Files
biomedjs/node_modules/moment-timezone/package.json
2015-11-24 22:08:25 -08:00

86 lines
1.9 KiB
JSON

{
"name": "moment-timezone",
"version": "0.4.1",
"description": "Parse and display moments in any timezone.",
"homepage": "http://momentjs.com/timezone/",
"author": {
"name": "Tim Wood",
"email": "washwithcare@gmail.com",
"url": "http://timwoodcreates.com/"
},
"keywords": [
"moment",
"date",
"time",
"timezone",
"olson",
"iana",
"zone",
"tz"
],
"main": "./index.js",
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/moment/moment-timezone.git"
},
"bugs": {
"url": "https://github.com/moment/moment-timezone/issues"
},
"license": "MIT",
"dependencies": {
"moment": ">= 2.6.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-uglify": "0.9.1"
},
"jspm": {
"main": "builds/moment-timezone-with-data",
"dependencies": {
"moment": "~2.6.0"
},
"shim": {
"moment-timezone": {
"deps": [
"moment"
]
}
}
},
"scripts": {
"test": "grunt"
},
"gitHead": "d8ecdd0d5048a666b9e2940e2e52aceb23619a79",
"_id": "moment-timezone@0.4.1",
"_shasum": "81f598c3ad5e22cdad796b67ecd8d88d0f5baa06",
"_from": "moment-timezone@*",
"_npmVersion": "2.7.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "timrwood",
"email": "washwithcare@gmail.com"
},
"maintainers": [
{
"name": "timrwood",
"email": "washwithcare@gmail.com"
},
{
"name": "ichernev",
"email": "iskren.chernev@gmail.com"
}
],
"dist": {
"shasum": "81f598c3ad5e22cdad796b67ecd8d88d0f5baa06",
"tarball": "http://registry.npmjs.org/moment-timezone/-/moment-timezone-0.4.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.4.1.tgz"
}