-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
{
"name": "food-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node cluster.js",
"dev": "nodemon cluster.js",
"doc:build": "cd doc && apidoc -i ../routes && cd ..",
"doc:start": "cd doc && npm start",
"doc": "npm run doc:build && npm run doc:start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExchangeWorld/food-API.git"
},
"author": "ssarcandy",
"license": "ISC",
"bugs": {
"url": "https://github.com/ExchangeWorld/food-API/issues"
},
"homepage": "https://github.com/ExchangeWorld/food-API#readme",
"dependencies": {
"angular": "^1.5.5",
"async": "^2.0.0-rc.3",
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"connect-redis": "^3.0.2",
"cookie-parser": "^1.4.1",
"csurf": "^1.8.3",
"ejs": "^2.4.1",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"fuse.js": "^2.2.0",
"http": "0.0.0",
"lodash": "^4.9.0",
"method-override": "^2.3.5",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"newrelic": "^1.26.2",
"ng-admin": "^1.0.0-alpha2",
"pg": "^4.5.3",
"redis": "^2.6.0-1",
"request": "^2.70.0",
"sequelize": "^3.21.0",
"serve-static": "^1.10.2"
}
}