-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 831 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
{
"name": "web-api-mural-spoilers",
"version": "1.0.0",
"description": "Sistema web de mural de spoilers em Node.js e React",
"main": "src/app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jemsantos/web-api-mural-spoilers.git"
},
"keywords": [
"Node.js",
"React",
"Devmedia",
"Spoiler"
],
"author": "José Eustaquio Muniz Santos",
"license": "MIT",
"bugs": {
"url": "https://github.com/jemsantos/web-api-mural-spoilers/issues"
},
"homepage": "https://github.com/jemsantos/web-api-mural-spoilers#readme",
"dependencies": {
"express": "^4.16.4",
"http-status": "^1.2.0",
"mysql2": "^1.6.1",
"sequelize": "^4.41.0"
}
}