forked from rakannimer/react-google-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.68 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
59
60
61
62
63
64
65
66
67
{
"name": "react-google-charts",
"version": "0.1.9",
"description": "React Google Charts Wrapper",
"scripts": {
"test": "karma start"
},
"devDependencies": {
"browserify": "^9.0.8",
"debowerify": "^1.2.1",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^0.3.13",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-server-livereload": "^1.2.4",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.1",
"gutil": "^1.6.4",
"jasmine-core": "^2.3.4",
"jest-cli": "^0.4.5",
"karma": "^0.12.36",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^0.2.0",
"mapbox": "^0.1.0",
"phantomjs": "^1.9.17",
"reactify": "^1.1.1",
"stringify": "^3.1.0",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1",
"yargs": "^3.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rakannimer/react-google-charts"
},
"keywords": [
"react",
"google",
"charts"
],
"author": "Rakan Nimer",
"license": "ISC",
"bugs": {
"url": "https://github.com/rakannimer/react-google-charts/issues"
},
"homepage": "https://github.com/rakannimer/react-google-charts",
"dependencies": {
"q": "^1.4.1",
"scriptjs": "^2.5.8"
},
"peerDependencies": {
"react": "^0.14"
}
}