Files
biomedjs/node_modules/moment/package.json

142 lines
3.3 KiB
JSON
Raw Permalink Normal View History

2014-09-14 07:04:16 -04:00
{
"name": "moment",
2015-11-24 22:08:25 -08:00
"version": "2.10.6",
"description": "Parse, validate, manipulate, and display dates",
2014-09-14 07:04:16 -04:00
"homepage": "http://momentjs.com",
"author": {
2015-11-24 22:08:25 -08:00
"name": "Iskren Ivov Chernev",
"email": "iskren.chernev@gmail.com",
"url": "https://github.com/ichernev"
2014-09-14 07:04:16 -04:00
},
"contributors": [
2015-11-24 22:08:25 -08:00
{
"name": "Tim Wood",
"email": "washwithcare@gmail.com",
"url": "http://timwoodcreates.com/"
},
2014-09-14 07:04:16 -04:00
{
"name": "Rocky Meza",
"url": "http://rockymeza.com"
},
{
2015-11-24 22:08:25 -08:00
"name": "Matt Johnson",
"email": "mj1856@hotmail.com",
"url": "http://codeofmatt.com"
},
{
"name": "Isaac Cambron",
"email": "isaac@isaaccambron.com",
"url": "http://isaaccambron.com"
},
{
"name": "Andre Polykanine",
"email": "andre@oire.org",
"url": "https://github.com/oire"
2014-09-14 07:04:16 -04:00
}
],
"keywords": [
"moment",
"date",
"time",
"parse",
"format",
"validate",
"i18n",
"l10n",
"ender"
],
"main": "./moment.js",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
2015-11-24 22:08:25 -08:00
"url": "https://github.com/moment/moment.git"
2014-09-14 07:04:16 -04:00
},
"bugs": {
2015-11-24 22:08:25 -08:00
"url": "https://github.com/moment/moment/issues"
2014-09-14 07:04:16 -04:00
},
2015-11-24 22:08:25 -08:00
"license": "MIT",
2014-09-14 07:04:16 -04:00
"devDependencies": {
"uglify-js": "latest",
2015-11-24 22:08:25 -08:00
"es6-promise": "latest",
2014-09-14 07:04:16 -04:00
"grunt": "latest",
2015-11-24 22:08:25 -08:00
"benchmark": "latest",
"esperanto": "latest",
"grunt-contrib-clean": "latest",
2014-09-14 07:04:16 -04:00
"grunt-contrib-concat": "latest",
2015-11-24 22:08:25 -08:00
"grunt-contrib-copy": "latest",
"grunt-contrib-jshint": "latest",
2014-09-14 07:04:16 -04:00
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
2015-11-24 22:08:25 -08:00
"grunt-env": "latest",
"grunt-jscs": "latest",
"grunt-karma": "latest",
"grunt-nuget": "latest",
"grunt-benchmark": "latest",
"grunt-string-replace": "latest",
"grunt-exec": "latest",
"load-grunt-tasks": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-qunit": "latest",
"karma-sauce-launcher": "latest",
"qunit": "^0.7.5",
"qunit-cli": "^0.1.4",
"spacejam": "latest",
"coveralls": "^2.11.2",
"nyc": "^2.1.4"
2014-09-14 07:04:16 -04:00
},
"ender": "./ender.js",
"dojoBuild": "package.js",
2015-11-24 22:08:25 -08:00
"jspm": {
"files": [
"moment.js",
"locale"
],
"map": {
"moment": "./moment"
},
"buildConfig": {
"uglify": true
}
},
"scripts": {
"test": "grunt test",
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"spm": {
"main": "moment.js",
"output": [
"locale/*.js"
]
},
"_id": "moment@2.10.6",
2014-09-14 07:04:16 -04:00
"dist": {
2015-11-24 22:08:25 -08:00
"shasum": "6cb21967c79cba7b0ca5e66644f173662b3efa77",
"tarball": "http://registry.npmjs.org/moment/-/moment-2.10.6.tgz"
2014-09-14 07:04:16 -04:00
},
2015-11-24 22:08:25 -08:00
"_from": "moment@2.10.6",
"_npmVersion": "1.4.6",
"_npmUser": {
"name": "ichernev",
"email": "iskren.chernev@gmail.com"
},
"maintainers": [
{
"name": "timrwood",
"email": "washwithcare@gmail.com"
},
{
"name": "ichernev",
"email": "iskren.chernev@gmail.com"
}
],
"directories": {},
"_shasum": "6cb21967c79cba7b0ca5e66644f173662b3efa77",
"_resolved": "https://registry.npmjs.org/moment/-/moment-2.10.6.tgz",
"readme": "ERROR: No README data found!"
2014-09-14 07:04:16 -04:00
}