forked from HuddleEng/PhantomFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 948 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
42
43
{
"name": "phantomflow",
"version": "1.0.4",
"description": "UI testing with PhantomCSS and Decision Trees",
"main": "phantomflow.js",
"repository": {
"type": "git",
"url": "https://github.com/Huddle/PhantomFlow.git"
},
"keywords": [
"decision",
"casperjs",
"phantomjs",
"ui",
"testing",
"frontend",
"tdd",
"bdd",
"phantomcss"
],
"author": "James Cryer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Huddle/PhantomFlow/issues"
},
"homepage": "https://github.com/Huddle/PhantomFlow",
"dependencies": {
"async": "^1.5.2",
"blessed": "^0.1.81",
"blessed-contrib": "^2.3.3",
"cli-color": "^1.0.0",
"clui": "^0.3.1",
"colors": "~0.6.2",
"connect": "~2.14.4",
"console.table": "^0.4.0",
"datauri": "^0.8.0",
"glob": "~3.2.9",
"lodash": "~2.4.1",
"open": "0.0.4",
"phantomcss": "^1.0.0",
"wrench": "~1.5.8"
}
}