-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "api-tree",
"version": "1.0.0",
"description": "api to generate tree",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/www",
"dev": "nodemon bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lpdw/API-TREE.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lpdw/API-TREE/issues"
},
"homepage": "https://github.com/lpdw/API-TREE#readme",
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.2",
"method-override": "^2.3.8",
"mongodb": "^2.2.28",
"morgan": "^1.8.1",
"mosquito": "^0.3.3",
"mqtt": "^2.8.2",
"serve-favicon": "^2.4.2",
"socket.io": "^2.0.2"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-register": "^6.18.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"nodemon": "^1.11.0",
"webpack": "^2.6.1"
}
}