forked from CarolPC/gotham-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 967 Bytes
/
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
{
"name": "gotham-api",
"version": "1.0.0",
"description": "Simple API to be used in Node Sorocaba - Meetup #1",
"main": "index.js",
"dependencies": {
"app-module-path": "^2.1.0",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"mongodb": "^2.2.11",
"mongoose": "^4.6.6",
"nodemon": "^1.11.0"
},
"engines": {
"node": "6.9",
"npm" : "3.10"
},
"devDependencies": {
"body-parser": "^1.15.2",
"mongoose": "^4.6.6",
"nodemon": "^1.11.0"
},
"scripts": {
"start": "NODE_PATH=. node index.js",
"start:dev": "NODE_PATH=. nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CarolPC/gotham-api.git"
},
"keywords": [
"node",
"express",
"mongo"
],
"author": "Carolina Pascale Campos",
"license": "ISC",
"bugs": {
"url": "https://github.com/CarolPC/gotham-api/issues"
},
"homepage": "https://github.com/CarolPC/gotham-api#readme"
}