node-query/node_modules/grunt-jsdoc/node_modules/ink-docstrap/node_modules/moment/package.json

120 lines
2.6 KiB
JSON

{
"name": "moment",
"version": "2.6.0",
"description": "Parse, manipulate, and display dates.",
"homepage": "http://momentjs.com",
"author": {
"name": "Iskren Ivov Chernev",
"email": "iskren.chernev@gmail.com",
"url": "https://github.com/ichernev"
},
"contributors": [
{
"name": "Tim Wood",
"email": "washwithcare@gmail.com",
"url": "http://timwoodcreates.com/"
},
{
"name": "Rocky Meza",
"url": "http://rockymeza.com"
},
{
"name": "Matt Johnson",
"email": "mj1856@hotmail.com",
"url": "http://codeofmatt.com"
},
{
"name": "Isaac Cambron",
"email": "isaac@isaaccambron.com",
"url": "http://isaaccambron.com"
}
],
"keywords": [
"moment",
"date",
"time",
"parse",
"format",
"validate",
"i18n",
"l10n",
"ender"
],
"main": "./moment.js",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/moment/moment.git"
},
"bugs": {
"url": "https://github.com/moment/moment/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"uglify-js": "latest",
"grunt": "latest",
"nodeunit": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-nodeunit": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "latest",
"grunt-karma": "latest",
"load-grunt-tasks": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-nodeunit": "latest",
"karma-sauce-launcher": "latest"
},
"scripts": {
"test": "grunt test:node"
},
"ender": "./ender.js",
"dojoBuild": "package.js",
"jspm": {
"files": [
"moment.js",
"lang"
],
"map": {
"moment": "./moment"
},
"buildConfig": {
"uglify": true
}
},
"_id": "moment@2.6.0",
"dist": {
"shasum": "0765b72b841dd213fa91914c0f6765122719f061",
"tarball": "http://registry.npmjs.org/moment/-/moment-2.6.0.tgz"
},
"_from": "moment@>=2.6.0 <2.7.0",
"_npmVersion": "1.3.21",
"_npmUser": {
"name": "ichernev",
"email": "iskren.chernev@gmail.com"
},
"maintainers": [
{
"name": "timrwood",
"email": "washwithcare@gmail.com"
},
{
"name": "ichernev",
"email": "iskren.chernev@gmail.com"
}
],
"directories": {},
"_shasum": "0765b72b841dd213fa91914c0f6765122719f061",
"_resolved": "https://registry.npmjs.org/moment/-/moment-2.6.0.tgz",
"readme": "ERROR: No README data found!"
}