forked from jdcataldo/grunt-mocha-phantomjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 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
{
"name": "grunt-mocha-phantomjs",
"description": "Run client-side mocha tests using phantomjs",
"version": "0.3.1",
"homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs",
"author": {
"name": "Justin Cataldo",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/jdcataldo/grunt-mocha-phantomjs.git"
},
"bugs": {
"url": "https://github.com/jdcataldo/grunt-mocha-phantomjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jdcataldo/grunt-mocha-phantomjs/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"mocha-phantomjs": "~3.2.x",
"phantomjs": "~1.9.1-0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt": "~0.4.0",
"chai": "~1.7.x",
"mocha": "~1.12.x",
"grunt-contrib-connect": "~0.5.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"mocha",
"mocha-phantomjs",
"phantomjs"
]
}