-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.32 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
{
"name": "d3by5-map",
"version": "0.0.1",
"description": "A reusable d3 map",
"main": "d3by5-map.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bin/dev.sh",
"prebuild": "node bin/buildDocs.js",
"build": "bin/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kartoteket/d3by5-map.git"
},
"keywords": [
"d3",
"charts",
"map"
],
"author": "Kartoteket <[email protected]> (http://3by5.no)",
"contributors": [
"Svale Fossåskaret <[email protected]>",
"Bård Røtzer <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kartoteket/d3by5-map/issues"
},
"homepage": "https://github.com/kartoteket/d3by5-map#readme",
"dependencies": {
"bulma": "^0.4.1",
"d3": "*",
"d3-geo-projection": "^2.1.0",
"d3-scale-chromatic": "^1.1.1",
"iso-3166-1": "^1.0.1",
"iso3166-1": "^0.3.0",
"lodash": "*",
"prismjs": "^1.6.0",
"textures": "*",
"topojson": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "*",
"brfs": "^1.4.3",
"browserify": "*",
"cssnano": "^3.10.0",
"livereload": "*",
"marked": "^0.3.6",
"node-sass": "*",
"onchange": "*",
"postcss-cli": "*",
"replace-in-file": "^2.5.0",
"uglify-js": "*"
}
}