forked from shrimalmadhur/uvCharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.3 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
{
"name": "uvCharts",
"version": "1.1.5",
"description": "Easy yet powerful JavaScript Charting library built using d3.js",
"keywords": ["charts", "d3", "api", "easy", "robust", "configurable", "bar", "area", "pie", "donut", "waterfall", "column", "percent", "line", "chart"],
"homepage": "https://imaginea.github.io/uvCharts",
"bugs": {
"url": "https://github.com/imaginea/uvCharts/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Kiran Danduprolu",
"email": "[email protected]",
"url": "http://kiran.danduprolu.com"
},
"contributors": [
{
"name": "Priyanka Dudani"
},
{
"name": "Madhur Shrimal"
},
{
"name": "Sanjay Pavan C"
},
{
"name": "Krishnamraj Goud"
},
{
"name": "Pankaj Kumar"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Imaginea/uvCharts.git"
},
"main": "dist/uvcharts.js",
"devDependencies": {
"del": "^2.2.2",
"eclint": "^1.1.5",
"gulp": "^3.9.0",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.2.4",
"gulp-webserver": "^0.9.1",
"gulp-zip": "^3.0.2",
"jshint-stylish": "^2.0.1"
}
}