]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Updating package.json values
authorTim Wood <washwithcare@gmail.com>
Mon, 11 Jun 2012 23:17:15 +0000 (16:17 -0700)
committerTim Wood <washwithcare@gmail.com>
Mon, 11 Jun 2012 23:17:15 +0000 (16:17 -0700)
package.json

index b522bc5d6134385a02c367ebf3b1f44653816fd2..b0023c79a7785b190ce17ed46ce0085550b5e9c1 100755 (executable)
@@ -1,12 +1,21 @@
 {
     "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"
 }