forked from react-d3-library/react-d3-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "@mishguru/react-d3-library",
"version": "2.0.0",
"description": "D3 library for React",
"main": "dist/react-d3-library.js",
"scripts": {
"prepublish": "npm run build",
"postpublish": "git push origin master --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-d3-library/react-d3-library.git"
},
"keywords": [
"d3",
"react",
"data",
"visualization",
"library",
"graphs",
"charts",
"plots"
],
"author": "Andrew Burke, Daniel Lee, David Loyst",
"license": "ISC",
"bugs": {
"url": "https://github.com/react-d3-library/react-d3-library/issues"
},
"homepage": "https://github.com/react-d3-library/react-d3-library#readme",
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"d3": "^3.5.17",
"react": "^15.0.2",
"webpack": "^1.13.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-remove-strict-mode": "0.0.2"
}
}