forked from laurelnaiad/grunt-blanket-mocha-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.67 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
61
62
63
64
65
66
67
68
{
"name": "grunt-blanket-mocha-server",
"version": "0.0.2",
"description": "Easily serve mocha tests with (or without) blanket coverage. \"Goes Great\" with grunt-blanket-mocha.",
"homepage": "https://github.com/stu-salsbury/grunt-blanket-mocha-server",
"author": {
"name": "Stu Salsbury",
"email": "[email protected]",
"url": "https://github.com/stu-salsbury"
},
"main": "Gruntfile.coffee",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test-travis",
"travis-cov": {
"threshold": 1
},
"blanket": {
"pattern": "//tasks//"
}
},
"repository": {
"type": "git",
"url": "https://github.com/stu-salsbury/grunt-blanket-mocha-server.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stu-salsbury/grunt-blanket-mocha-server/issues"
},
"keywords": [
"gruntplugin",
"blanket",
"blanketjs",
"blanket.js",
"blanket.js",
"mocha",
"grunt"
],
"devDependencies": {
"grunt": "~0.4.0",
"chai": "~1.8.0",
"matchdep": "~0.1.2",
"chai-jquery": "~1.1.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.7.0",
"coffee-script": "~1.6.3",
"blanket": "~1.1.5",
"travis-cov": "~0.2.4",
"mocha": "~1.13.0",
"mocha-lcov-reporter": "~0.0.1",
"expect": "~0.0.2",
"coveralls": "~2.3.0",
"grunt-readme-generator": "~0.3.41",
"grunt-blanket-mocha": "~0.3.1",
"grunt-conventional-changelog": "~1.0.0",
"portfinder": "~0.2.1",
"grunt-release": "~0.5.1"
},
"peerDependencies": {
"grunt": "~0.4.0",
"grunt-blanket-mocha": "*"
},
"dependencies": {
"grunt-contrib-connect": "~0.5.0"
}
}