forked from aftertheflood/londonsquared
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 974 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 974 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
31
32
33
34
35
36
37
38
39
40
{
"name": "tulsasquared",
"version": "0.2.0",
"description": "Visualize Tulsa neighborhood data in the style of After the Floods London Squared cartograms",
"keywords": [
"d3-module",
"cartogram",
"london",
"visualization",
"Tulsa"
],
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "http-server",
"build": "npx webpack",
"prepublish": "npx webpack"
},
"author": "corey.dwayne.thompson@gmail.com",
"license": "ISC",
"dependencies": {
"d3": "^5.7.0",
"tulsasquared": "^0.2.0"
},
"repository": "https://github.com/thompcd/londonsquared",
"devDependencies": {
"browser-sync": "^2.26.10",
"cheerio": "^1.0.0-rc.2",
"http-server": "^14.1.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}