forked from mhkeller/layercake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "layercake",
"version": "0.4.0",
"description": "a framework for mostly-reusable graphics with svelte",
"main": "src/layercake.js",
"module": "src/layercake.js",
"dependencies": {
"d3-scale": "^2.1.0"
},
"peerDependencies": {
"svelte": "2.x"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"esm": "^3.0.84",
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha --require esm test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mhkeller/layercake.git"
},
"keywords": [
"layercake",
"sveltejs",
"graphics",
"dataviz",
"data visualization",
"dessert",
"cake"
],
"author": "Michael Keller",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhkeller/layercake/issues"
},
"homepage": "https://github.com/mhkeller/layercake#readme"
}