-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 972 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
{
"name": "snaptest-cli",
"version": "2.6.2",
"description": "A command line tool for the SnapTest chrome extension",
"repository": "snaptest-io/snaptest-cli",
"homepage": "https://www.snaptest.io/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=6.17.1"
},
"author": "Prolific Devs",
"license": "MIT",
"bin": {
"snaptest": "./index.js"
},
"dependencies": {
"bluebird": "3.5.0",
"chromeless-generator": "^1.0.0",
"commander": "2.9.0",
"csharp-generator": "^1.0.6",
"deep-clone": "3.0.2",
"ejs": "^3.1.8",
"fs-extra": "3.0.1",
"indent-string": "^3.2.0",
"js-beautify": "1.6.12",
"lodash": "^4.17.21",
"mkdirp": "^0.5.6",
"nightwatch-generator": "^1.0.2",
"request": "2.88.0",
"rimraf": "2.6.1",
"sanitize-filename": "1.6.1",
"touch": "1.0.0",
"url-parse": "^1.5.10",
"varname": "2.0.3"
}
}