-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 865 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
30
31
32
33
34
{
"name": "your-app",
"description": "Description",
"author": "Your Name",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production",
"make-vectors": "bash scripts/make-vectors.sh"
},
"dependencies": {
"babel-plugin-transform-es2015-for-of": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"d3": "^5.5.0",
"d3-geo-projection": "^2.4.0",
"ndjson-cli": "^0.3.1",
"shapefile": "^0.6.6",
"topojson": "^3.0.2"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"babel-brunch": "~6.1.1",
"babel-preset-es2015": "~6.24.1",
"brunch": "^2.4.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"javascript-brunch": "^2.0.0",
"uglify-js-brunch": "^2.0.0"
}
}