-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 805 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
{
"name": "@aftertheflood/londonsquared",
"version": "0.3.2",
"description": "Visualise london borough data in the style of After the Floods London Squared cartograms",
"keywords": [
"d3-module",
"cartogram",
"london",
"visualization"
],
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "npx browser-sync start --server './'",
"build": "npx webpack --watch",
"prepublish": "npx webpack"
},
"author": "tom.g.pearson@gmail.com",
"license": "ISC",
"dependencies": {
"d3": "^5.7.0"
},
"repository": "https://github.com/aftertheflood/londonsquared",
"devDependencies": {
"browser-sync": "^2.26.10",
"cheerio": "^1.0.0-rc.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}