X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=package.json;h=70919c710caf1cbb7e97b5f68c84822c08034890;hb=c9baa85a27f776bc2b49bc5d38611f537cf19f30;hp=51a99add26b1751149d4d15b6e8be993fdea3740;hpb=335f816e058ff3be3068bf312306fa875cc6d489;p=civicrm-core.git diff --git a/package.json b/package.json index 51a99add26..70919c710c 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,22 @@ "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", - "jasmine-core": "~2.1.2", - "karma-jasmine": "~0.3.2" + "civicrm-cv": "^0.1.2", + "karma": "^2.0.2", + "karma-ng-html2js-preprocessor": "^1.0.0", + "karma-phantomjs-launcher": "^1.0.4", + "jasmine-core": "~3.1.0", + "karma-jasmine": "~1.1.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" } }