-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 946 Bytes
/
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
{
"name": "grunt-coffee-coverage",
"description": "JSCoverage-style instrumentation for CoffeeScript files.",
"keywords": ["gruntplugin", "coffee-coverage"],
"version": "0.1.1",
"homepage": "https://github.com/rithis/grunt-coffee-coverage",
"bugs": {
"url": "https://github.com/rithis/grunt-coffee-coverage/issues",
"email": "[email protected]"
},
"author": {
"name": "Vyacheslav Slinko",
"email": "[email protected]"
},
"main": "Gruntfile",
"repository": {
"type": "git",
"url": "git://github.com/rithis/grunt-coffee-coverage.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"coffee-coverage": "~0.1",
"grunt-coffeelint": "~0.0",
"grunt-simple-mocha": "~0.4",
"grunt-contrib-clean": "~0.4"
},
"engines": {
"node": ">=0.8",
"npm": ">=1.2"
}
}