forked from appium/android-apidemos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 760 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 760 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
{
"name": "android-apidemos",
"version": "1.0.1",
"description": "A fork of Google's Android ApiDemos application, used for testing Appium",
"main": "bin/ApiDemos-debug.apk",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "android update project --subprojects --target android-19 --path . --name ApiDemos && ant clean debug"
},
"repository": {
"type": "git",
"url": "https://github.com/appium/android-apidemos.git"
},
"keywords": [
"appium",
"android",
"apidemos"
],
"author": "appium.io",
"bugs": {
"url": "https://github.com/appium/android-apidemos/issues"
},
"homepage": "https://github.com/appium/android-apidemos"
}