forked from garris/BackstopJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 Bytes
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
{
"name": "backstopjs",
"version": "0.8.0",
"description": "BackstopJS: Catch CSS curveballs.",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/garris/backstopjs.git"
},
"author": "https://github.com/garris/BackstopJS/graphs/contributors",
"license": "MIT",
"main": "",
"devDependencies": {
"mocha": "^1.21.5",
"chai": "^1.9.2"
},
"dependencies": {
"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",
"http-proxy": "~1.1.4",
"is-running": "~1.0.5",
"node-resemble-js": "0.0.4",
"require-dir": "^0.1.0",
"underscore": "~1.6.0",
"yargs": "~3.9.0"
}
}