-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 967 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
{
"name": "react-d3-demo",
"version": "1.0.0",
"description": "Responsive react component for d3 ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnBartos/react-d3-demo.git"
},
"author": "john bartos",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnBartos/react-d3-demo/issues"
},
"homepage": "https://github.com/johnBartos/react-d3-demo#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^5.0.0-beta8",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"d3": "^3.5.14",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-config-react": "^1.1.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"webpack": "^1.12.12"
}
}