{
"name": "moment",
"version": "1.6.2",
- "description": "Parse, manipulate, and display dates.",
- "homepage": "https://github.com/timrwood/moment",
+ "description": "Parse, validate, manipulate, and display dates.",
+ "homepage": "http://momentjs.com",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
+ "contributors": [
+ "Rocky Meza (http://rockymeza.com)"
+ ],
"keywords": [
"moment",
"date",
+ "time",
+ "parse",
+ "format",
+ "validate",
+ "i18n",
+ "l10n",
"ender"
],
"main": "./moment.js",
"devDependencies" : {
"jshint" : "latest",
"uglify-js" : "latest",
- "nodeunit" : "latest"
+ "nodeunit" : "latest"
},
"scripts": {
- "test": "nodeunit ./test/moment ./test/lang"
+ "test": "make test"
},
"ender": "./ender.js"
}