-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (30 loc) · 892 Bytes
/
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
{
"name": "android-emulator-on-web",
"version": "0.0.1",
"description": "Android emulator on web - POC",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZainMustafaaa/android-emulator-on-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZainMustafaaa/android-emulator-on-web/issues"
},
"homepage": "https://github.com/ZainMustafaaa/android-emulator-on-web#readme",
"dependencies": {
"adbkit": "^2.3.1",
"async": "^1.4.0",
"buffer-image-size": "^0.6.4",
"express": "^4.13.1",
"moment": "^2.10.5",
"socket.io": "^1.3.6",
"underscore": "^1.8.3",
"winston": "^1.0.1"
}
}