Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-01-12-16-09-32
[civicrm-core.git] / package.json
index 51a99add26b1751149d4d15b6e8be993fdea3740..61e7bdb36a78d6a023ff884554339a0bf7fb6bcc 100644 (file)
@@ -3,7 +3,11 @@
   "main": "index.js",
   "license": "MIT",
   "name": "civicrm",
-  "version": "5.0.0",
+  "version": "4.6.0",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/civicrm/civicrm-core.git"
+  },
   "devDependencies": {
     "bower": "^1.3.1",
     "karma": "^0.12.16",
@@ -12,7 +16,7 @@
     "karma-jasmine": "~0.3.2"
   },
   "scripts": {
-    "postinstall": "bash bin/npm_postinstall.sh",
-    "test": "node node_modules/karma/bin/karma start tests/karma.conf.js"
+    "postinstall": "bash tools/scripts/npm/postinstall.sh",
+    "test": "bash tools/scripts/npm/test.sh"
   }
 }