-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.32 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "grunt-wirecloud",
"description": "WireCloud utilities for grunt.",
"version": "0.9.9",
"homepage": "https://github.com/Wirecloud/grunt-wirecloud",
"author": {
"name": "WireCloud Team",
"url": "https://conwet.fi.upm.es/wirecloud"
},
"repository": {
"type": "git",
"url": "https://github.com/Wirecloud/grunt-wirecloud.git"
},
"bugs": {
"url": "https://github.com/Wirecloud/grunt-wirecloud/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"adm-zip": "^0.4.7",
"inquirer": "^8.2.0",
"jsonfile": "^2.0.0",
"request": "^2.55.0",
"selenium-webdriver": "^3.6.0",
"wirecloud-config-parser": "^0.2.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint-plugin-mocha": "^8.1.0",
"grunt": "^1.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"gruntify-eslint": "^4.0.0",
"istanbul": "^0.4.2",
"mocha": "^8.4.0",
"sinon": "^7.2.7"
},
"peerDependencies": {
"grunt": "^1.4.0"
},
"keywords": [
"gruntplugin"
],
"files": [
"tasks"
],
"maintainers": [
{
"name": "Álvaro Arranz",
"email": "[email protected]"
}
]
}