-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 943 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
35
36
37
38
{
"name": "postcodes",
"version": "2.0.0",
"description": "Choose and download a YouTube user's videos using youtube-dl.",
"homepage": "https://github.com/arrayjam/auspostcodes",
"license": "MIT",
"author": {
"name": "Yuri Feldman",
"url": "http://yuri.io"
},
"repository": {
"type": "git",
"url": "https://github.com/arrayjam/auspostcodes.git"
},
"dependencies": {
"d3": "^4.1.1",
"d3-array": "^1.0.0",
"d3-scale": "^1.0.1",
"d3-scale-chromatic": "^1.0.0",
"d3-selection": "^1.0.0",
"mapbox-gl": "^0.20.0",
"topojson": "^1.6.26",
"turf-meta": "^3.0.12"
},
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"eslint": "^2.13.0",
"invariant": "^2.2.1",
"rollup": "^0.33.0",
"rollup-plugin-commonjs": "^3.1.0",
"rollup-plugin-node-resolve": "^1.7.1",
"tslint": "^3.14.0",
"turf-extent": "^1.0.4",
"typescript": "^2.0.0"
}
}