-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
58 lines (58 loc) · 1.31 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
58
{
"name": "anychart-react",
"version": "1.4.1",
"description": "React component for AnyChart JavaScript charting library",
"main": "./dist/anychart-react.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnyChart/AnyChart-React.git"
},
"author": "AnyChart",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AnyChart/AnyChart-React/issues"
},
"homepage": "https://github.com/AnyChart/AnyChart-React",
"keywords": [
"anychart",
"anystock",
"anygantt",
"anymap",
"charts",
"javascript charts",
"ajax charts",
"plots",
"line charts",
"bar charts",
"pie charts",
"javascript plots",
"ajax plots",
"javascript",
"react",
"SVG",
"HTML5",
"framework",
"VML"
],
"dependencies": {
"anychart": "latest",
"react": "^15.6.2",
"react-dom": "^15.6.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"react-tabs": "^0.8.2",
"vinyl-source-stream": "^1.1.0"
}
}