forked from n3-charts/line-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "line-chart",
"version": "1.1.7",
"homepage": "https://github.com/n3-charts/line-chart",
"licenses": {
"type": "MIT",
"url": "https://github.com/n3-charts/line-chart/blob/master/LICENCE"
},
"repository": {
"type": "git",
"url": "http://github.com/n3-charts/line-chart.git"
},
"bugs": "https://github.com/n3-charts/line-chart/issues",
"devDependencies": {
"matchdep": "*",
"grunt": "*",
"grunt-karma": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"karma-coverage": "*",
"grunt-contrib-coffee": "~0.10.1",
"grunt-coffeelint": "0.0.8",
"karma-mocha": "~0.1.3",
"chai": "~1.9.1",
"karma-chai": "~0.1.0",
"sinon": "~1.9.1",
"karma-sinon": "~1.0.3",
"karma-firefox-launcher": "~0.1.3",
"karma-coffee-preprocessor": "~0.2.1",
"grunt-cli": "~0.1.13",
"bower": "~1.3.3",
"phantomjs": "~1.9.7-5",
"image-diff": "~1.0.1",
"imagemagick": "~0.1.3",
"grunt-shell": "~0.7.0"
}
}