-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "grunt-casper",
"description": "Run Casper CLI Scripts With Grunt",
"version": "0.4.2",
"author": {
"name": "Chris Miller",
"email": "[email protected]",
"url": "http://chris-miller.me"
},
"repository": {
"type": "git",
"url": "[email protected]:iamchrismiller/grunt-casper.git"
},
"bugs": "https://github.com/iamchrismiller/grunt-casper/issues/",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/iamchrismiller/grunt-casper/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test --verbose"
},
"keywords": [
"gruntplugin",
"gruntjs",
"casperjs",
"grunt-casperjs",
"grunt-casper"
],
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.4.0",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13"
},
"dependencies": {
"casperjs": "~1.1.0-beta3",
"duration": "~0.2.0",
"lodash": "~2.4.1",
"phantomjs": "~1.9.7-1",
"slimerjs": "^0.9.1-2"
}
}