-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 1013 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
35
36
37
{
"name": "grunt-mocha-require-phantom",
"description": "Grunt plugin for testing requireJS code using mocha in phantomJS and regular browsers",
"version": "0.8.0",
"homepage": "https://github.com/accordionpeas/grunt-mocha-require-phantom",
"author": {
"name": "Mike Nelson",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/accordionpeas/grunt-mocha-require-phantom.git"
},
"bugs": {
"url": "https://github.com/accordionpeas/grunt-mocha-require-phantom/issues"
},
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.2"
},
"dependencies": {
"grunt-lib-phantomjs": "0.7.x",
"mocha": "1.12.x",
"chai": "1.8.x",
"express": "4.5.x",
"colors": "0.6.x"
},
"keywords": [
"gruntplugin", "grunt", "unit test", "test", "require", "requireJS", "mocha", "phantomJS", "phantom"
]
}