-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 929 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
{
"name": "mtleg-vote-tracker",
"version": "1.0.0",
"description": "Scrape data from openstates and track mtleg votes",
"main": "index.js",
"dependencies": {
"esm": "^3.2.7",
"glob": "^7.1.3",
"moment": "^2.24.0"
},
"devDependencies": {},
"scripts": {
"scrape": "docker-compose run --rm scrape mt bills --scrape",
"parse": "node processing/scrape-parsing.js",
"build": "(cd app; npm run build)",
"start": "(cd app; npm run start)",
"upload": "(cd app; lftp -c \"open sftp://[email protected]/mtfpeditor/montana-free-press/apps; mirror -eR track-mtleg-2019/\")"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eidietrich/openstates.git"
},
"author": "Eric Dietrich",
"license": "ISC",
"bugs": {
"url": "https://github.com/eidietrich/openstates/issues"
},
"homepage": "https://github.com/eidietrich/openstates#readme"
}