-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "react-horizontal-bar-chart",
"version": "0.3.2",
"description": "Simple horizontal bar chart react component, with inline tooltips",
"repository": {
"type": "git",
"url": "https://github.com/laem/react-horizontal-bar-chart.git"
},
"keywords": [
"react",
"react-component",
"chart",
"bar",
"d3"
],
"main": "src/scripts/components/HBar.jsx",
"src": "src",
"test": "test",
"mainInput": "main",
"mainOutput": "main",
"dependencies": {
"d3": "*",
"frmttr": "git://github.com/laem/frmttr.git",
"react": "^0.12.2",
"react-gist": "^1.0.1"
},
"devDependencies": {
"babel-core": "^4.0.1",
"babel-loader": "^4.0.0",
"css-loader": "~0.9.0",
"faker": "*",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-karma": "~0.8.3",
"grunt-open": "~0.2.3",
"grunt-webpack": "~1.0.8",
"jshint-loader": "~0.8.0",
"jsx-loader": "~0.11.0",
"karma": "~0.12.21",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.3",
"karma-script-launcher": "~0.1.0",
"karma-webpack": "~1.2.2",
"load-grunt-tasks": "~0.6.0",
"react-bootstrap": "*",
"react-hot-loader": "^0.4.5",
"react-router": "^0.12.0",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"webpack": "~1.4.3",
"webpack-dev-server": "~1.6.5"
}
}