forked from appium-boneyard/sample-code
-
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) · 732 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 732 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": "appium-sample-code",
"version": "1.0.0",
"description": "Appium Sample Code",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/appium/sample-code.git"
},
"keywords": [
"appium",
"sampl",
"examples"
],
"author": "sebv",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/appium/sample-code/issues"
},
"homepage": "https://github.com/appium/sample-code",
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^5.0.0",
"colors": "^1.0.3",
"express": "^4.12.3",
"q": "^2.0.2",
"underscore": "^1.8.3",
"wd": "^0.3.11"
}
}