forked from macacajs/app-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.01 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "app-inspector",
"version": "2.0.15",
"description": "app inspector",
"keywords": [
"inspector",
"macaca"
],
"bin": {
"inspector": "./bin/app-inspector",
"app-inspector": "./bin/app-inspector"
},
"repository": {
"type": "git",
"url": "git://github.com/macacajs/app-inspector.git"
},
"dependencies": {
"co": "^4.6.0",
"co-request": "^1.0.0",
"commander": "^2.9.0",
"detect-port": "^1.0.0",
"koa": "^1.2.1",
"koa-bodyparser": "^2.2.0",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"npm-update": "^1.0.2",
"nunjucks": "^2.4.2",
"react-syntax-highlighter": "^7.0.2",
"request": "^2.74.0",
"xlogger": "^1.0.4",
"xml2map": "^1.0.2",
"xutil": "^1.0.2"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"co-mocha": "*",
"command-line-test": "^1.0.5",
"css-loader": "^0.24.0",
"es6-promise": "^3.2.1",
"git-contributor": "^1.0.7",
"istanbul": "*",
"jshint": "*",
"json-loader": "^0.5.4",
"koa-webpack-dev-middleware": "^1.2.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mocha": "*",
"pre-commit": "1.1.1",
"react": "^15.2.1",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "^15.2.1",
"should": "*",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"test": "mocha .",
"lint": "jshint .",
"start": "APP_INSPECTOR=dev ./bin/app-inspector -u UID --verbose",
"build": "webpack -p",
"watch": "webpack --watch",
"prepublish": "npm run build",
"contributor": "git-contributor"
},
"pre-commit": [
"lint"
],
"homepage": "https://github.com/macacajs/app-inspector",
"bugs": "https://github.com/macacajs/app-inspector/issues/new",
"license": "MIT",
"optionalDependencies": {
"ios-simulator": "*",
"macaca-adb": "*",
"uiautomatorwd": "*",
"xctestwd": "*"
}
}