forked from pghalliday/grunt-mocha-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.39 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
{
"name": "grunt-mocha-test-y",
"description": "A grunt task for running server side mocha tests",
"version": "0.12.8",
"homepage": "https://github.com/mageddo/grunt-mocha-test",
"author": {
"name": "Elvis de Freitas",
"email": "[email protected]",
"url": "http://github.com/mageddo/gunt-mocha-test/"
},
"repository": {
"type": "git",
"url": "git://github.com/mageddo/grunt-mocha-test.git"
},
"bugs": {
"url": "https://github.com/mageddo/grunt-mocha-test/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.4"
},
"scripts": {
"test": "grunt",
"ci": "grunt ci"
},
"config": {
"travis-cov": {
"threshold": 100
}
},
"dependencies": {
"hooker": "~0.2.3",
"mkdirp": "^0.5.0"
},
"peerDependencies": {
"mocha": ">=1.20.0"
},
"devDependencies": {
"chai": "~1.10.0",
"coffee-script": "~1.8.0",
"cover-child-process": "~0.1.5",
"grunt": "~0.4.4",
"grunt-blanket": "~0.0.8",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-coveralls": "~1.0.0",
"grunt-env": "~0.4.1",
"mocha": "~2.1.0",
"mocha-lcov-reporter": "0.0.1",
"rimraf": "^2.2.8",
"travis-cov": "~0.2.5"
},
"keywords": [
"gruntplugin",
"mocha",
"test"
],
"files": [
"tasks",
"LICENSE-MIT"
]
}