-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 843 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
35
36
37
38
39
40
{
"name": "council-expenses-api",
"version": "1.0.0",
"description": "council-expenses-api",
"main": "app.js",
"private": true,
"author": {
"name": "Danilo Pedrosa.",
"email": "dmop@cin.ufpe.br"
},
"keywords": [
"api",
"node",
"restful",
"js"
],
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"express": "^4.16.2",
"iso-8859-15": "^1.0.0",
"lodash": "^4.17.4",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"node-xlsx": "^0.15.0",
"pg": "^7.6.0",
"pg-hstore": "^2.3.2",
"query-string": "^6.7.0",
"sequelize": "^4.41.0",
"sequelize-cli": "^5.3.0",
"xlsx": "^0.14.3"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "github.com:dmop/council-expenses"
}
}