-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 873 Bytes
/
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
{
"name": "simple-chart",
"version": "1.0.0",
"description": "HTML/CSS/jQuery based chart plugin. No SVG or Canvas.",
"author": "Andy Gongea",
"repository": {
"type": "git",
"url": "https://github.com/andygongea/simple-chart"
},
"keywords": [
"bootstrap",
"less",
"grunt"
],
"license": "MIT",
"homepage": "https://github.com/andygongea/simple-chart/demo/index.html",
"dependencies": {
"install": "^0.8.2",
"npm": "^6.13.4",
"jquery": "^3.0.0"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-clean": "latest",
"jshint-stylish": "latest",
"time-grunt": "^1.4.0"
}
}