-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
32 lines (32 loc) · 862 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
{
"author": "David Stark <[email protected]>",
"name": "se-interpreter",
"description": "Command-line interpreter for Selenium Builder test scripts.",
"tags": ["selenium", "webdriver", "testing"],
"version": "1.0.10",
"homepage": "https://github.com/Zarkonnen/se-interpreter",
"repository": {
"type": "git",
"url": "https://github.com/Zarkonnen/se-interpreter.git"
},
"bugs": {
"url": "https://github.com/Zarkonnen/se-interpreter/issues",
"email": "[email protected]"
},
"main": "interpreter",
"bin": "./interpreter.js",
"engines": {
"node": ">= 0.4.11"
},
"dependencies": {
"string": "1.2.0",
"wd": ">= 0.0.28",
"optimist": "0.3.5",
"glob": "3.1.16",
"colors": "~0.6",
"csvtojson": "^0.3.21",
"deasync": "^0.1.0",
"sax": ">= 0.6.1"
},
"devDependencies": {}
}