-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "eventos-api",
"version": "1.0.0",
"description": "API de eventos do Sapucaia Tech e parceiros",
"main": "server.js",
"engines": {
"node": "~6.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sapucaiatech/eventos-api.git"
},
"keywords": [
"sapucaiatech",
"eventos",
"comunidade"
],
"author": "Gabriel Prates <[email protected]>",
"contributors": [
{
"name": "Gabriel Prates",
"email": "[email protected]",
"url": "http://gabrielprates.com"
},
{
"name": "Eduardo Rodrigues",
"email": "[email protected]",
"url": ""
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sapucaiatech/eventos-api/issues"
},
"homepage": "https://github.com/sapucaiatech/eventos-api#readme",
"dependencies": {
"body-parser": "^1.17.2",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"jwt-simple": "^0.5.1",
"moment": "^2.18.1",
"mongoose": "^4.11.4"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}