forked from StanAngeloff/lotte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 879 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
{ "name": "lotte",
"version": "0.2.2-3",
"description": "Headless, automated browser testing using PhantomJS",
"homepage": "https://github.com/StanAngeloff/lotte",
"bugs": "https://github.com/StanAngeloff/lotte/issues",
"author": {
"name": "Stan Angeloff",
"email": "[email protected]",
"url": "http://blog.angeloff.name"
},
"files": ["bin/", "lib/", "test/"],
"bin": "bin/cli.js",
"main": "lib/lotte.js",
"repository": {
"type": "git",
"url": "https://github.com/StanAngeloff/lotte"
},
"dependencies": {
"minimatch": "~0.2.6",
"naturalsort": "~0.0.1",
"optimist": "~0.3.4",
"semver": "~1.0.14",
"tmp": "~0.0.14",
"walkdir": "~0.0.4"
},
"devDependencies": {
"express": "~3.0.0"
},
"engines": {
"node": ">=0.8"
},
"preferGlobal": true
}