Ian province abbreviation patch - issue 724
[civicrm-core.git] / package.json
index 386b8cca1891cb24c5a7f2932e776b6f4c703498..c1a781fa0c09d152622ea7969bdc110136bc17ec 100644 (file)
@@ -3,16 +3,21 @@
   "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",
-    "karma-chrome-launcher": "^0.1.4",
+    "karma-ng-html2js-preprocessor": "^0.1.2",
+    "karma-phantomjs-launcher": "^0.1.4",
     "jasmine-core": "~2.1.2",
     "karma-jasmine": "~0.3.2"
   },
   "scripts": {
-    "postinstall": "node node_modules/bower/bin/bower install",
-    "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"
   }
 }