X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=package.json;h=b08cd2272ef9e612a90eed14abfc6347360ec58d;hb=2db35bf6ee39bf6d611681a9163515fa89115765;hp=51a99add26b1751149d4d15b6e8be993fdea3740;hpb=10d09491b938188f96d5c62a75b496338e81139b;p=civicrm-core.git diff --git a/package.json b/package.json index 51a99add26..b08cd2272e 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", + "civicrm-cv": "^0.1.2", "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" } }