-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 802 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 802 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
33
{
"name": "projetoexpress",
"version": "0.0.1",
"description": "Projeto de Testes utilizando Express",
"main": "start.js",
"scripts": {
"dev": "nodemon",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henrikato/serverExpress.git"
},
"author": "Eu, Kato.",
"license": "ISC",
"dependencies": {
"async": "^2.6.2",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"lodash": "^4.17.11",
"mongoose": "^5.4.14",
"request": "^2.88.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-node8": "^1.2.0",
"nodemon": "^1.18.10"
},
"bugs": {
"url": "https://github.com/henrikato/serverExpress/issues"
},
"homepage": "https://github.com/henrikato/serverExpress#readme"
}