forked from openstf/stf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 3.84 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "stf",
"version": "1.0.9",
"description": "Smartphone Test Farm",
"keywords": [
"adb",
"android",
"stf",
"test",
"remote"
],
"bugs": {
"url": "https://github.com/openstf/stf/issues"
},
"license": "Apache-2.0",
"author": {
"name": "CyberAgent, Inc.",
"email": "[email protected]",
"url": "http://www.cyberagent.co.jp/"
},
"repository": {
"type": "git",
"url": "https://github.com/openstf/stf.git"
},
"bin": {
"stf": "./bin/stf"
},
"scripts": {
"test": "gulp test",
"prepublish": "bower install && not-in-install && gulp build || in-install"
},
"dependencies": {
"adbkit": "^2.3.1",
"adbkit-apkreader": "^1.0.0",
"adbkit-monkey": "^1.0.1",
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"chalk": "~1.0.0",
"commander": "^2.7.1",
"compression": "^1.5.2",
"cookie-session": "^1.2.0",
"csurf": "^1.7.0",
"eventemitter3": "^0.1.6",
"express": "^4.13.3",
"express-validator": "^2.8.0",
"formidable": "^1.0.17",
"gm": "^1.17.0",
"hipchatter": "^0.2.0",
"http-proxy": "^1.9.0",
"in-publish": "^2.0.0",
"jade": "^1.9.2",
"jws": "^3.1.0",
"ldapjs": "git+https://github.com/mcavage/node-ldapjs.git#acc1ca8f4314fd9d67561feabc8ce4c235076a5e",
"lodash": "^3.5.0",
"markdown-serve": "^0.3.2",
"mime": "^1.3.4",
"minimatch": "^2.0.10",
"my-local-ip": "^1.0.0",
"node-uuid": "^1.4.3",
"passport": "^0.2.1",
"passport-oauth2": "^1.1.2",
"protobufjs": "^3.8.2",
"proxy-addr": "^1.0.7",
"request": "^2.60.0",
"request-progress": "^0.3.1",
"rethinkdb": "^2.0.2",
"semver": "^5.0.1",
"serve-favicon": "^2.2.0",
"serve-static": "^1.9.2",
"socket.io": "1.3.6",
"split": "^1.0.0",
"stf-appstore-db": "^1.0.0",
"stf-browser-db": "^1.0.2",
"stf-device-db": "^1.1.1",
"stf-syrup": "^1.0.0",
"stf-wiki": "^1.0.0",
"temp": "^0.8.1",
"transliteration": "^0.1.1",
"ws": "^0.7.2",
"zmq": "^2.12.0"
},
"devDependencies": {
"async": "^1.4.0",
"bower": "^1.3.12",
"chai": "^3.2.0",
"css-loader": "^0.14.0",
"del": "^1.2.0",
"event-stream": "^3.3.0",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.1",
"gulp": "^3.8.11",
"gulp-angular-gettext": "^2.1.0",
"gulp-jade": "^1.0.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.11.2",
"gulp-jsonlint": "^1.0.2",
"gulp-protractor": "^1.0.0",
"gulp-run": "^1.6.10",
"gulp-standard": "^4.5.3",
"gulp-util": "^3.0.4",
"html-loader": "^0.3.0",
"imports-loader": "^0.6.3",
"jasmine-core": "^2.3.4",
"jasmine-reporters": "^2.0.5",
"jshint": "^2.6.3",
"jshint-loader": "^0.8.3",
"jshint-stylish": "^2.0.0",
"json-loader": "^0.5.1",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.3.3",
"karma-opera-launcher": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-webpack": "^1.6.0",
"less": "^2.4.0",
"less-loader": "^2.1.0",
"ng-annotate-webpack-plugin": "^0.1.2",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.2.0",
"phantomjs": "^1.9.17",
"protractor": "^2.0.0",
"protractor-html-screenshot-reporter": "0.0.20",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.2",
"sass-loader": "^1.0.2",
"script-loader": "^0.6.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"socket.io-client": "1.3.6",
"style-loader": "^0.12.3",
"template-html-loader": "^0.0.3",
"url-loader": "^0.5.5",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.7.0"
},
"engines": {
"node": ">= 0.10"
},
"preferGlobal": true
}