forked from ronaldlokers/grunt-casperjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 963 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
38
{
"name": "grunt-casperjs",
"description": "With this grunt.js task you can run tests with CasperJS.",
"version": "1.0.2",
"homepage": "https://github.com/ronaldlokers/grunt-casperjs",
"author": {
"name": "Ronald Lokers",
"email": "[email protected]",
"url": "http://ronaldlokers.nl"
},
"repository": {
"type": "git",
"url": "git://github.com/ronaldlokers/grunt-casperjs.git"
},
"bugs": {
"url": "https://github.com/ronaldlokers/grunt-casperjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ronaldlokers/grunt-casperjs/blob/master/LICENSE-MIT"
}
],
"main": "tasks/casperjs.js",
"bin": "bin/grunt-casperjs",
"engines": {
"node": "*"
},
"dependencies": {
"grunt": ">=0.3.7",
"grunt-contrib-lib": "~0.3.0"
},
"devDependencies": {
"grunt": ">=0.3.7",
"grunt-contrib-lib": "~0.3.0"
},
"keywords": ["grunt.js", "gruntplugin", "casperjs"]
}