X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=package.json;h=c1a781fa0c09d152622ea7969bdc110136bc17ec;hb=ce6c625a11a9fcd5cf421c27dd04bc3d9121a8fd;hp=51a99add26b1751149d4d15b6e8be993fdea3740;hpb=87172288058f0674e3d4ef1124bafa85977bc1a3;p=civicrm-core.git diff --git a/package.json b/package.json index 51a99add26..c1a781fa0c 100644 --- a/package.json +++ b/package.json @@ -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": "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" } }