-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1002 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
39
40
41
{
"name": "d3-convention",
"version": "2.0.0",
"description": "D3 Margin Convention encoded as an npm package",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {},
"peerDependencies": {
"d3": "^3"
},
"devDependencies": {
"browserify": "^11.0.1",
"standard": "^5.2.2",
"tape": "^4.2.0",
"tape-run": "^1.1.0"
},
"scripts": {
"pretest": "standard",
"test": "browserify test.js | tape-run",
"example": "wzrd --path=example example/index.js:bundle.js -- --debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/politiken-journalism/d3-convention.git"
},
"keywords": [
"d3",
"convention",
"visualisation",
"visualization",
"viz"
],
"author": "Emil Bay <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/politiken-journalism/d3-convention/issues"
},
"homepage": "https://github.com/politiken-journalism/d3-convention#readme"
}