-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"description": "This package.json file is only used for installing npm dependencies. But this is not an installable node package, but a WireCloud widget. Take a look into src/config.xml for more details about this widget",
"devDependencies": {
"grunt": "^1.0.1",
"mock-applicationmashup": "^1.0.0-d",
"bower": "^1.3.12",
"gruntify-eslint": "^3.1.0",
"grunt-bower-task": "^0.4.0",
"jasmine-core": "^2.8.0",
"grunt-coveralls": "^1.0.1",
"grunt-karma": "^2.0.0",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-strip-code": "^1.0.6",
"grunt-text-replace": "~0.4.0",
"grunt-wirecloud": "^0.9.0",
"wirecloud-config-parser": "^0.2.0"
},
"private": true
}