forked from HuddleEng/PhantomFlow
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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": "joeyjiams-phantomflow",
"version": "0.0.1",
"description": "Compare new captured screenshots with the baselines, and point out the change in a web based UI report. And allow users to rebase the baseline by clicking buttons on the UI.",
"main": "phantomflow.js",
"directories": {
"test": "test"
},
"dependencies": {
"bl": "^0.9.4",
"colors": "^0.6.2",
"brace-expansion": "^1.1.0",
"datauri": "^0.8.0",
"inflight": "^1.0.4",
"connect": "^2.14.5",
"async": "^0.8.0",
"delayed-stream": "^0.0.5",
"once": "^1.3.2",
"glob": "^3.2.11",
"inherits": "^2.0.1",
"lodash": "^2.4.2",
"open": "^0.0.4",
"phantomcss": "^0.10.1",
"wrench": "^1.5.8",
"request": "~2.67.0",
"casperjs": "1.1.0-beta4",
"guid": "^0.0.12"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joeyjiams/PhantomFlow.git"
},
"keywords": [
"ui regression test",
"casperjs",
"phantomjs",
"phantomcss"
],
"author": "Joey Jia",
"license": "MIT",
"bugs": {
"url": "https://github.com/joeyjiams/PhantomFlow/issues"
},
"homepage": "https://github.com/joeyjiams/PhantomFlow#readme"
}