-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 817 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 817 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
34
35
36
37
{
"name": "appium-robots",
"description": "Robots for Appium.",
"tags": [
"robots",
"automation",
"javascript"
],
"version": "0.0.1",
"author": "appium-discuss@googlegroups.com",
"repository": {
"type": "git",
"url": "https://github.com/appium/robots.git"
},
"bugs": {
"url": "https://github.com/appium/robots/issues"
},
"engines": [
"node"
],
"main": "./server.js",
"dependencies": {
"express": "~3.0.6",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"argparse": "~0.1.10",
"path": "~0.4.9",
"temp": "~0.5.0",
"request": "~2.12.0",
"win-spawn" : "~1.1.1",
"johnny-five": "git://github.com/rwaldron/johnny-five.git",
"wd-sync" : "~1.0.1",
"xmlhttprequest" : "~1.5.0",
"sylvester":"0.0.21",
"sleep":"~1.1.2"
}
}