-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "react-circular-legend",
"version": "1.0.2",
"description": "A circular legend component, using d3.js Edit",
"main": "dist/react-circular-legend.js",
"scripts": {
"start": "webpack-dev-server --progress --colors",
"build": "webpack --progress --colors",
"deploy:page": "cp index.html example && cp -R dist example && gh-pages -d example"
},
"repository": {
"type": "git",
"url": "https://github.com/ganezasan/react-circular-legend.git"
},
"keywords": [
"legend",
"d3",
"react",
"react-component"
],
"author": "Konstantinos Lambrou-Latreille",
"license": "MIT",
"bugs": {
"url": "https://github.com/ganezasan/react-circular-legend/issues"
},
"homepage": "https://github.com/ganezasan/react-circular-legend",
"peerDependencies": {
"react": ">= 15.3.0"
},
"devDependencies": {
"babel-loader": "^5.2.2",
"gh-pages": "^0.12.0",
"node-libs-browser": "^0.5.2",
"webpack": "^1.9.12",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"d3": "^4.4.0",
"numeral": "^2.0.1",
"prop-types": "^15.7.2"
}
}