forked from Glitches/go-for-eat-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "go-for-eat-server",
"version": "0.8.0",
"description": "Go 4 eat server",
"main": "app.js",
"dependencies": {
"axios": "^0.17.1",
"base-64": "^0.1.0",
"bcrypt": "^2.0.1",
"dotenv": "^4.0.0",
"kcors": "^2.2.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-compress": "^2.0.0",
"koa-helmet": "^3.3.0",
"koa-logger": "^3.1.0",
"koa-router": "^7.3.0",
"lodash": "^4.17.4",
"monk": "^6.0.5",
"raven": "^2.4.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.16.0",
"eslint-plugin-json": "^1.2.0",
"jest": "^22.1.4",
"nodemon": "^1.14.12",
"prettier-eslint": "^8.8.1",
"superagent": "^3.8.2",
"supertest": "^3.0.0"
},
"scripts": {
"start": "nodemon server.js",
"test": "jest",
"eslint": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergipt/go-for-eat-server.git"
},
"author": "Andrea Ceccarelli, Sergi Palau, Leonardo Di Vitorio, Hannah Redler",
"license": "ISC",
"bugs": {
"url": "https://github.com/sergipt/go-for-eat-server/issues"
},
"homepage": "https://github.com/sergipt/go-for-eat-server#readme"
}