forked from appium-boneyard/appium-instruments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "appium-instruments",
"version": "1.4.0",
"description": "IOS Instruments + instruments-without-delay launcher used by Appium",
"main": "lib/main.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-instruments.git"
},
"keywords": [
"appium",
"instruments"
],
"author": "appium committers",
"licenses": [
{
"type": "apache-2.0",
"url": "https://raw.github.com/appium/appium/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/appium/appium-instruments/issues"
},
"homepage": "https://github.com/appium/appium-instruments",
"dependencies": {
"through": "~2.3.4",
"underscore": "~1.6.0",
"uuid-js": "~0.7.4",
"rimraf": "~2.2.8",
"mkdirp": "~0.5.0",
"winston": "~0.7.3"
},
"devDependencies": {
"async": "~0.9.0",
"chai": "~1.9.1",
"jscs": "~1.5.3",
"jshint": "~2.5.1",
"mocha": "~1.20.0",
"q": "~1.0.1",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0"
}
}