forked from wirecloud-fiware/ngsi-browser-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 753 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"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 widget",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-bower-task": "^0.5.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^2.0.3",
"grunt-strip-code": "^1.0.6",
"grunt-template-jasmine-istanbul": "^0.5.0",
"grunt-text-replace": "~0.4.0",
"grunt-wirecloud": "^0.9.7",
"gruntify-eslint": "^3.1.0",
"mock-applicationmashup": "^1.0.0-d",
"wirecloud-config-parser": "^0.2.0"
},
"private": true
}