-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
28 lines (28 loc) · 1 KB
/
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": "us-prosecutor-database",
"private": true,
"version": "0.3.2",
"description": "The United States Prosecutor Database (App) is an open-source app displaying the data of elected and appointed government lawyers in the United States (including Attorney Generals, U.S. Attorneys, District Attorneys, Municipal/City Attorneys, and more). It showcases prosecutorial history at the local, state, and federal level.",
"keywords": [
"prosecutors",
"government",
"politics",
"database",
"united states"
],
"repository": "https://github.com/billimarie/prosecutor-database.git",
"homepage": "https://billimarie.github.io/prosecutor-database/",
"author": "Billimarie Lubiano Robinson <work@billimarie.com>",
"license": "GNU GPLv3",
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"babel-runtime": "^6.20.0",
"cheerio": "^1.0.0-rc.3",
"meteor-node-stubs": "~1.0.1",
"moment": "^2.29.0",
"simpl-schema": "^1.5.6"
}
}