forked from appium/appium-adb
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "appium-adb",
"version": "1.7.6",
"description": "appium-adb",
"main": "lib/main.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/unit/*-specs.js"
},
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-adb.git"
},
"author": "",
"licenses": [
{
"type": "apache-2.0",
"url": "https://raw.github.com/appium/appium/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/appium/appium-adb/issues"
},
"homepage": "https://github.com/appium/appium-adb",
"dependencies": {
"adm-zip": "~0.4.4",
"appium-support": "=0.0.3",
"async": "~0.9.0",
"mkdirp": "~0.5.0",
"mv": "~2.0.0",
"ncp": "~0.5.1",
"q": "~1.0.1",
"rimraf": "~2.2.8",
"through": "~2.3.4",
"timezone-abbr-offsets": "1.0.2",
"underscore": "~1.6.0",
"vargs": "^0.1.0",
"winston": "~0.7.3"
},
"devDependencies": {
"chai": "~1.9.1",
"jscs": "~1.5.4",
"jshint": "~2.5.1",
"mocha": "^2.1.0",
"should": "~4.0.4",
"sinon": "~1.10.3"
}
}