-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 839 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 839 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
36
{
"name": "css-visual-test",
"version": "0.1.0",
"description": "Visually test your javascript and css components.",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/davidjnelson/css-visual-test.git"
},
"main": "index.js",
"engines": {
"node": ">=0.8"
},
"devDependencies": {
"browserify": "8.1.3",
"chai": "2.0.0",
"connect": "2.14.5",
"eyes.selenium": "0.0.32",
"fs-extra": "0.16.5",
"jade": "1.5.0",
"lodash": "3.4.0",
"mocha": "2.1.0",
"node-uuid": "1.4.3",
"portscanner": "1.0.0",
"ps-aux": "0.2.1",
"q": "1.0.1",
"react": "0.12.1",
"react-tools": "0.13.1",
"reactify": "0.17.1",
"readdirp": "1.3.0",
"sauce-connect-launcher": "^0.10.1",
"selenium-webdriver": "2.45.1",
"winston": "1.0.0",
"wrench": "1.5.8"
}
}