-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 760 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
{
"name": "nodejs-demo",
"version": "1.0.0",
"description": "Demo NodeJs com build, testes e deploy automatizado na Umbler",
"main": "index.js",
"scripts": {
"start": "node server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthurwdev/umbler-circleci-nodejs.git"
},
"author": {
"name": "Arthur Oliveira de Souza",
"url": "https://arthuroliveira.me",
"email": "contato@arthuroliveira.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/arthurwdev/umbler-circleci-nodejs/issues"
},
"homepage": "https://github.com/arthurwdev/umbler-circleci-nodejs#readme",
"dependencies": {
"express": "^4.16.2"
}
}