-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "grunt-appc-coverage",
"version": "0.3.3",
"description": "Grunt task to load coverage results and submit them to coverage.appcelerator.com",
"repository": "https://github.com/appcelerator-modules/grunt-appc-coverage",
"author": {
"name": "Muhammad Dadu",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/appcelerator-modules/grunt-appc-coverage/issues"
},
"keywords": [
"gruntplugin",
"coverage",
"appcelerator"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"dependencies": {
"debug": "^2.2.0",
"grunt-appc-js": "*",
"grunt-mocha-istanbul": "^5.0.2",
"lcov-parse": "0.0.10",
"load-grunt-tasks": "~3.5.2",
"mocha": "^3.2.0",
"request": "~2.79.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "*",
"grunt-contrib-clean": "^1.0.0",
"istanbul": "^0.4.5",
"jshint": "^2.8.0",
"unit.js": "*"
},
"scripts": {
"test": "grunt test"
}
}