forked from siygle/grunt-autoshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 950 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
39
40
41
{
"name": "grunt-autoshot",
"version": "0.2.1",
"description": "Create a quick screenshot for your site which could help for document or testing.",
"homepage": "https://github.com/Ferrari/grunt-autoshot",
"bugs": "https://github.com/Ferrari/grunt-autoshot/issues",
"author": {
"name": "Ferrari Lee",
"email": "shiyung@gmail.com",
"url": "blog.sylee.tw"
},
"keywords": [
"gruntplugin",
"screenshot",
"testing"
],
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/Ferrari/grunt-autoshot"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-clean": "~0.5.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"st": "~0.2.3",
"async": "~0.2.10",
"node-phantom-simple": "~1.2.0",
"phantomjs": "~1.9.7"
}
}