-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.22 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
{
"name": "nata",
"version": "0.0.5",
"description": "nata device for android",
"main": "index.js",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+git@github.com:open-nata/nata.git"
},
"keywords": [
"nata",
"android ",
"test",
"adb"
],
"author": "CalvinMeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/open-nata/nata/issues"
},
"homepage": "https://github.com/open-nata/nata#readme",
"dependencies": {
"async": "^2.0.0-rc.3",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"eventproxy": "^0.3.4",
"express": "~4.13.1",
"global": "^4.3.1",
"gm": "^1.22.0",
"lodash": "^4.11.1",
"mongoose": "^4.4.12",
"morgan": "~1.6.1",
"nata-device": "^0.1.12",
"nata-dfs": "^0.1.0",
"nodemon": "^1.11.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5",
"ws": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1"
}
}