-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
64 lines (64 loc) · 1.46 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-casperjs",
"description": "With this grunt.js task you can run tests with CasperJS.",
"version": "2.2.0",
"homepage": "https://github.com/ronaldlokers/grunt-casperjs",
"author": {
"name": "Ronald Lokers",
"email": "[email protected]",
"url": "http://www.ronaldlokers.nl"
},
"contributors": [
{
"name": "Ronald Lokers",
"email": "[email protected]",
"url": "http://www.ronaldlokers.nl"
},
{
"name": "Nick Sullivan",
"email": "[email protected]",
"url": "http://creationeer.me"
},
{
"name": "Jatin Chopra",
"url": "https://github.com/jatin-"
},
{
"name": "Norbert de Langen",
"url": "https://github.com/ndelangen"
}
],
"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"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"phantomjs-prebuilt": "~2.1.4",
"casperjs": "1.1.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt": "~1.0.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"casperjs"
]
}