-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
65 lines (65 loc) · 1.63 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"author": "Reuben Cummings",
"name": "akili",
"license": "MIT",
"description": "Data Viz Training App",
"version": "0.6.0",
"environment": "web",
"homepage": "",
"keywords": [
"d3",
"geojson",
"brunch",
"chaplin",
"leaflet",
"nvd3",
"kenya",
"africa"
],
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "12.14.x",
"npm": "6.13.x"
},
"scripts": {
"start": "brunch watch --server",
"build": "bower install && brunch build || echo 'error building project'",
"build:prod": "brunch build --production || echo 'error building project'",
"heroku-postbuild": "npm run build:prod",
"postinstall": "npm run build"
},
"dependencies": {
"auto-reload-brunch": "^2.7.1",
"body-parser": "^1.19.0",
"bower": "^1.8.8",
"brunch": "^2.10.17",
"clean-css-brunch": "^3.0.0",
"coffee-script-brunch": "^2.10.2",
"coffeelint": "^2.1.0",
"coffeelint-brunch": "^2.10.0",
"coffeescript": "^1.12.7",
"console-polyfill": "~0.3.0",
"compression": "^1.7.2",
"connect-history-api-fallback": "^1.6.0",
"connect-timeout": "^1.9.0",
"express": "^4.17.1",
"helmet": "^3.12.1",
"css-brunch": ">= 1.0 < 1.9",
"d3": "^3.5.5",
"d3-tip": "^0.9.1",
"handlebars-brunch": "^2.10.0",
"javascript-brunch": ">= 1.0 < 1.9",
"json-brunch": ">= 1.0 < 1.9",
"morgan": "^1.9.1",
"process-env-brunch": "^1.4.6",
"stylus-brunch": "^3.0.0",
"uglify-js-brunch": "^2.10.0",
"winston": "^3.2.1",
"winston-papertrail": "^1.0.5",
"@nerevu/cachebust-brunch": "^0.4.2"
},
"devDependencies": {}
}