mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
467 B
26 lines
467 B
{
|
|
"name": "DateJS",
|
|
"version": "1.0.0-rc1",
|
|
"homepage": "https://github.com/abritinthebay/datejs",
|
|
"authors": [
|
|
"Gregory Wild-Smith"
|
|
],
|
|
"description": "Datejs is an open-source JavaScript Date Library.",
|
|
"main": "build/production/date.min.js",
|
|
"keywords": [
|
|
"date",
|
|
"javascript",
|
|
"js",
|
|
"mit"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"specs"
|
|
]
|
|
}
|