forked from GraFiddle/angular-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
{
"name": "angular-chart",
"version": "0.2.9",
"description": "C3-based reusable chart directive",
"main": "angular-chart.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/maxklenk/angular-chart.git"
},
"keywords": [
"d3",
"c3",
"chart",
"graph"
],
"author": "Max Klenk",
"license": "MIT",
"readmeFilename": "README.md",
"homepage": "https://maxklenk.github.io/angular-chart",
"bugs": {
"url": "https://github.com/maxklenk/angular-chart/issues"
},
"dependencies": {
"angular": "~1.3.0",
"c3": "~0"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-uglify": "^0.7.0",
"grunt-karma": "~0.9",
"grunt-karma-coveralls": "~2.5",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1",
"karma-coverage": "~0.2",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.3",
"load-grunt-tasks": "~1.0"
}
}