-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
57 lines (57 loc) · 1.4 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": "chartjs-funnel",
"version": "1.0.5",
"description": "The funnel plugin for Chart.js",
"main": "dist/chart.funnel.js",
"directories": {
"example": "example"
},
"dependencies": {
"chart.js": ">2.1.0"
},
"devDependencies": {
"browserify": "^13.0.1",
"bundle-collapser": "^1.2.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"karma": "^1.1.0",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"merge-stream": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xch89820/Chart.Funnel.js"
},
"keywords": [
"Chart.js",
"Chartjs",
"funnel",
"plugin"
],
"author": "Jone Casper",
"license": "MIT",
"bugs": {
"url": "https://github.com/xch89820/Chart.Funnel.js/issues"
},
"homepage": "https://github.com/xch89820/Chart.Funnel.js"
}