-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 744 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 744 Bytes
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
{
"name": "fbb-projection-data",
"version": "1.0.0",
"description": "FBB Projections",
"main": "fbb-data.js",
"dependencies": {
"aws-sdk": "^2.1.10",
"body-parser": "^1.12.0",
"cheerio": "^0.18.0",
"csv-parse": "0.0.6",
"express": "^4.11.2",
"jade": "^1.9.2",
"open": "0.0.5",
"q": "^1.4.1",
"request": "^2.55.0",
"stream-transform": "0.0.6",
"tough-cookie": "^0.12.1",
"underscore": "^1.8.3",
"underscore.string": "^3.0.3"
},
"devDependencies": {
"csv": "^0.4.1",
"csv-generate": "0.0.4",
"csv-stringify": "0.0.6",
"should": "^5.0.0"
},
"scripts": {
"test": "test",
"start": "node fbb-data.js"
},
"author": "Matt Holtzman",
"license": "ISC"
}