-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 926 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 926 Bytes
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
{
"description": "This package.json file is only used for installing npm dependencies. But this is not an installable node package, but a WireCloud operator. Take a look into src/config.xml for more details about this operator",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-karma": "^4.0.0",
"grunt-strip-code": "^1.0.9",
"grunt-wirecloud": "^0.9.8",
"gruntify-eslint": "^4.0.0",
"jasmine-core": "^2.99.1",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^1.1.2",
"karma-junit-reporter": "^2.0.1",
"mock-applicationmashup": "^1.0.0-f",
"moment": "^2.24.0",
"wirecloud-config-parser": "^0.2.3"
},
"private": true,
"name": "quantumleap-source-operator"
}