-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1017 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
{
"name": "leggo-twitter",
"version": "0.0.1",
"description": "API de acesso à dados do twitter de parlamentares do Congresso Nacional",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"server": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parlametria/leggo-twitter.git"
},
"keywords": [
"twitter",
"parlamentares"
],
"author": "Laboratório Analytics - UFCG",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/parlametria/leggo-twitter/issues"
},
"homepage": "https://github.com/parlametria/leggo-twitter#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"force-ssl-heroku": "^1.0.2",
"heroku-logger": "^0.3.3",
"moment": "^2.29.0",
"pg": "^8.3.3",
"pg-hstore": "^2.3.3",
"sequelize": "^4.41.2"
},
"devDependencies": {
"nodemon": "^2.0.4",
"sequelize-cli": "^5.3.0"
}
}