-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 890 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
{
"name": "d3-gauge",
"version": "0.2.0",
"description": "Gauge visualization built on top of d3.",
"main": "d3-gauge",
"scripts": {
"demo": "echo 'Make sure to install browserify ;), Open: http://0.0.0.0:3000' && (cd example && beefy main.js 3000)"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/d3-gauge.git"
},
"homepage": "https://github.com/thlorenz/d3-gauge",
"dependencies": {
"d3": "~3.3.5",
"xtend": "~2.1.1"
},
"devDependencies": {
"beefy": "~0.4.3"
},
"keywords": [
"d3",
"gauge",
"svg",
"visualize",
"visualization"
],
"author": {
"name": "Thorsten Lorenz",
"email": "[email protected]",
"url": "http://thlorenz.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/thlorenz/d3-gauge/blob/master/LICENSE"
},
"engine": {
"node": ">=0.6"
}
}