forked from garris/BackstopJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "backstopjs",
"version": "1.3.6",
"description": "BackstopJS: Catch CSS curveballs.",
"scripts": {
"genConfig": "gulp genConfig",
"reference": "gulp reference",
"test": "gulp test",
"bless": "gulp bless",
"start": "gulp start",
"stop": "gulp stop",
"openReport": "gulp openReport",
"echo": "gulp echo"
},
"repository": {
"type": "git",
"url": "https://github.com/garris/backstopjs.git"
},
"author": "https://github.com/garris/BackstopJS/graphs/contributors",
"license": "MIT",
"main": "",
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^1.21.5",
"mockery": "^1.4.0"
},
"dependencies": {
"casperjs": "^1.1.0-beta5",
"checksum": "^0.1.1",
"del": "^0.1.3",
"express": "^3.8.1",
"fs-extra": "^0.12.0",
"gulp": "^3.8.8",
"gulp-jscs": "^1.6.x",
"gulp-jscs-stylish": "^1.1.x",
"gulp-jshint": "^1.11.x",
"gulp-json-editor": "^2.2.1",
"gulp-open": "^0.3.0",
"gulp-rename": "^1.2.0",
"junitwriter" : "~0.3.1" ,
"http-proxy": "~1.1.4",
"is-running": "~1.0.5",
"node-resemble-js": "0.0.4",
"phantomjs-prebuilt": "^2.1.7",
"require-dir": "^0.1.0",
"underscore": "~1.6.0",
"yargs": "~3.9.0"
}
}