-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 810 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 810 Bytes
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
{
"name": "rest-api-server",
"version": "0.1.11",
"description": "node.js rest api server",
"main": "index.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://outoffhead@bitbucket.org/outoffhead/rest-api-server.git"
},
"author": "OOH",
"license": "MIT",
"homepage": "https://bitbucket.org/outoffhead/rest-api-server#readme",
"devDependencies": {
"nodemon": "^1.12.5"
},
"dependencies": {
"cookie": "^0.3.1",
"express": "^4.16.2",
"express-list-endpoints": "^3.0.1",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.2",
"fs": "0.0.1-security",
"geoip-lite": "^1.2.1",
"http": "0.0.0",
"mongoose": "^4.13.6",
"pug": "^2.0.0-rc.4",
"socket.io": "^2.0.4"
}
}