mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
69 lines
1.4 KiB
JSON
Executable File
69 lines
1.4 KiB
JSON
Executable File
{
|
|
"name": "moment",
|
|
"version": "1.7.0",
|
|
"description": "Parse, manipulate, and display dates.",
|
|
"homepage": "http://momentjs.com",
|
|
"author": {
|
|
"name": "Tim Wood",
|
|
"email": "washwithcare@gmail.com",
|
|
"url": "http://timwoodcreates.com/"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Rocky Meza",
|
|
"url": "http://rockymeza.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"moment",
|
|
"date",
|
|
"time",
|
|
"parse",
|
|
"format",
|
|
"validate",
|
|
"i18n",
|
|
"l10n",
|
|
"ender"
|
|
],
|
|
"main": "./moment.js",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/timrwood/moment.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/timrwood/moment/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"jshint": "latest",
|
|
"uglify-js": "latest",
|
|
"nodeunit": "latest"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"ender": "./ender.js",
|
|
"_id": "moment@1.7.0",
|
|
"dist": {
|
|
"shasum": "6f3d73a446c6bd6af1b993801d0b8071efad5e28",
|
|
"tarball": "http://registry.npmjs.org/moment/-/moment-1.7.0.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "timrwood",
|
|
"email": "washwithcare@gmail.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_shasum": "6f3d73a446c6bd6af1b993801d0b8071efad5e28",
|
|
"_resolved": "https://registry.npmjs.org/moment/-/moment-1.7.0.tgz",
|
|
"_from": "moment@1.7.0"
|
|
}
|