-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 892 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
{
"name": "inspetoria-service",
"version": "0.1.0",
"description": "_Inspetoria Online_ is a web application to help my wife with her job of visiting schools to check if they are following State's legislation (and advise them in case they're not).",
"main": "server.js",
"dependencies": {
"express": "^4.1.1",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express-session": "^1.14.1",
"passport-local": "^1.0.0",
"sequelize": "^3.24.1",
"sqlite3": "^3.1.4"
},
"devDependencies": {},
"scripts": {
"start": "test -f server.js && node server || echo server.js not found. run: tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/tevaum/inspetoria-service"
},
"author": "Estêvão Samuel Procópio Amaral",
"license": "AGPL",
"bugs": {
"url": "https://github.com/tevaum/inspetoria-service/issues"
}
}