-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 774 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 774 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
{
"name": "ajudeVovo",
"version": "1.0.0",
"description": "Este projeto tem como objetivo criar um site/app utilizando PHP para disponibilizar serviços e conectar voluntários a ajudar idosos, familiares, amigos e os próprios idosos a encontrarem essas pessoas dispostas a ajudar.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romulofssGit/ajudeVovo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/romulofssGit/ajudeVovo/issues"
},
"homepage": "https://github.com/romulofssGit/ajudeVovo#readme",
"devDependencies": {
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4"
}
}