forked from CodeforSouth/legislature-tracker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
41
42
43
{
"name": "legislature-tracker",
"version": "0.0.3",
"author": "MinnPost <support@minnpost.com>",
"homepage": "https://github.com/MinnPost/legislature-tracker",
"description": "An application to keep track of what is going on in a state legislature. Using editorial expertise and the Sunlight Lab's Open States API, this application aims to create a curated view of what is going on in a state's legislature session.",
"contributors": [
{
"name": "Alan Palazzolo",
"email": "apalazzolo@minnpost.com"
},
{
"name": "Cristina Solana",
"email": "cs@nightshiftcreative.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/MinnPost/legislature-tracker.git"
},
"keywords": [
"legislature",
"curation"
],
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jst": "*",
"grunt-contrib-clean": "*",
"grunt-ftp-deploy": "*",
"grunt-sftp-deploy": "*",
"grunt-s3": "*"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/MinnPost/legislature-tracker/blob/master/LICENSE.txt"
}
]
}