forked from bognix/ui-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 816 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 816 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
{
"name": "ui-testing",
"version": "1.0.0",
"description": "Tool for UI-Testing ",
"main": "index.js",
"scripts": {
"test": "rm -rf images/test-output && gulp test",
"baseline": "gulp baseline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bognix/ui-testing.git"
},
"author": "Bogna \"bognix\" Knychala",
"license": "MIT",
"bugs": {
"url": "https://github.com/bognix/ui-testing/issues"
},
"homepage": "https://github.com/bognix/ui-testing#readme",
"dependencies": {
"bluebird": "^2.9.27",
"del": "^1.2.0",
"express": "^4.12.4",
"globule": "^0.2.0",
"gulp": "^3.8.11",
"gulp-param": "^0.6.3",
"install": "^0.1.8",
"npm": "^2.11.0",
"path": "^0.11.14",
"require-dir": "^0.3.0",
"resemblejs": "^1.2.1"
}
}