Merge pull request #11788 from mukeshcompucorp/fix-template-structure-issues
[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
PH
11 "devDependencies": {
12 "bower": "^1.3.1",
5438399c 13 "civicrm-cv": "^0.1.2",
416abe87 14 "karma": "^0.12.16",
401f6f82 15 "karma-ng-html2js-preprocessor": "^0.1.2",
5d6562c4 16 "karma-phantomjs-launcher": "^0.1.4",
416abe87
PH
17 "jasmine-core": "~2.1.2",
18 "karma-jasmine": "~0.3.2"
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}