forked from appcelerator-archive/grunt-appc-coverage
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·44 lines (44 loc) · 1.06 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.2.1",
"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": {
"load-grunt-tasks": "~0.3.0",
"grunt-appc-js": "*",
"grunt-kahvesi": "git://github.com/appcelerator-modules/grunt-kahvesi.git",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.1.0",
"unit.js": "*",
"request": "~2.48.0",
"lcov-parse": "0.0.9"
},
"devDependencies": {
"grunt-cli": "*",
"grunt-bump": "^0.3.0",
"grunt-contrib-clean": "^0.5.0"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"scripts": {
"test": "grunt test"
}
}