forked from vslinko/grunt-coffee-coverage
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 797 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
34
{
"name": "grunt-coffee-coverage",
"description": "JSCoverage-style instrumentation for CoffeeScript files.",
"keywords": [
"gruntplugin",
"coffee-coverage"
],
"version": "0.1.5",
"homepage": "https://github.com/FredrikAppelros/grunt-coffee-coverage",
"author": {
"name": "Vyacheslav Slinko",
"email": "vyacheslav.slinko@gmail.com"
},
"main": "Gruntfile",
"repository": {
"type": "git",
"url": "https://github.com/FredrikAppelros/grunt-coffee-coverage.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"coffee-coverage": "~0.4.2"
},
"devDependencies": {
"grunt-coffeelint": "~0.0",
"grunt-simple-mocha": "~0.4",
"grunt-contrib-clean": "~0.4"
},
"engines": {
"node": ">=0.8",
"npm": ">=1.2"
}
}