Merge pull request #4696 from colemanw/CRM-15669
[civicrm-core.git] / package.json
1 {
2 "description": "CiviCRM",
3 "main": "index.js",
4 "license": "MIT",
5 "name": "civicrm",
6 "version": "4.6.0",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/civicrm/civicrm-core.git"
10 },
11 "devDependencies": {
12 "bower": "^1.3.1",
13 "karma": "^0.12.16",
14 "karma-chrome-launcher": "^0.1.4",
15 "jasmine-core": "~2.1.2",
16 "karma-jasmine": "~0.3.2"
17 },
18 "scripts": {
19 "postinstall": "bash tools/scripts/npm/postinstall.sh",
20 "test": "bash tools/scripts/npm/test.sh"
21 }
22 }