-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.2 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.2 KB
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
28
29
30
31
32
33
34
35
36
37
38
{
"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": {
"bower": "^1.8.14",
"grunt": "^1.5.3",
"grunt-bower-task": "^0.6.2",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-coveralls": "^2.0.0",
"grunt-karma": "^4.0.2",
"grunt-strip-code": "^1.0.12",
"grunt-text-replace": "~0.4.0",
"grunt-wirecloud": "^0.9.9",
"gruntify-eslint": "^5.0.0",
"jasmine-core": "^4.5.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"mock-applicationmashup": "^1.0.0-g",
"wirecloud-config-parser": "^0.2.4"
},
"private": true,
"name": "json-injector",
"version": "1.0.0",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kazuhito Suda",
"license": "MIT"
}