-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.2 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
{
"name": "Sparkline",
"title": "jQuery Sparkline",
"description": "Easily generate small, inline sparkline charts directly in the browser",
"keywords": ["canvas", "charts", "graphics", "graphing", "graphs", "sparklines", "ui", "vml"],
"banner": "/* jquery.sparkline 2.1.3 - http://omnipotent.net/jquery.sparkline/ \n Licensed under the New BSD License - see above site for details */\n",
"version": "2.1.4",
"repository": "git@github.com:relayfoods/jquery.sparkline.git",
"author": {
"name": "Gareth Watts",
"url": "http://gwatts.com/"
},
"licenses": [{
"type": "BSD-3-Clause",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}],
"bugs": "https://github.com/gwatts/jquery.sparkline/issues",
"homepage": "http://omnipotent.net/jquery.sparkline/",
"demo": "http://omnipotent.net/jquery.sparkline/",
"docs": "http://omnipotent.net/jquery.sparkline/#s-docs",
"download": "http://omnipotent.net/jquery.sparkline/#s-download",
"dependencies": {
"jquery": ">=2.1.4"
},
"devDependencies": {
"grunt": ">=1.3.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "~0.5.1"
}
}