dev/core#2427 Fix user creation regression
[civicrm-core.git] / package.json
CommitLineData
416abe87
PH
1{
2 "description": "CiviCRM",
3 "main": "index.js",
4 "license": "MIT",
5 "name": "civicrm",
77665792
TO
6 "version": "4.6.0",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/civicrm/civicrm-core.git"
10 },
416abe87 11 "devDependencies": {
6b2eb95e 12 "bower": "^1.8.8",
5438399c 13 "civicrm-cv": "^0.1.2",
85b79591 14 "jasmine-core": "~3.3.0",
453081b1 15 "karma": "^5.0.9",
6b2eb95e
SL
16 "karma-jasmine": "~2.0.1",
17 "karma-ng-html2js-preprocessor": "^1.0.0",
18 "karma-phantomjs-launcher": "^1.0.4"
416abe87
PH
19 },
20 "scripts": {
77665792
TO
21 "postinstall": "bash tools/scripts/npm/postinstall.sh",
22 "test": "bash tools/scripts/npm/test.sh"
416abe87
PH
23 }
24}