-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.39 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.39 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
47
48
49
50
51
52
53
54
55
56
{
"name": "angular-chart",
"version": "0.5.0",
"description": "C3-based reusable chart directive",
"main": "angular-chart.js",
"scripts": {
"test": "",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/grafiddle/angular-chart.git"
},
"keywords": [
"d3",
"c3",
"chart",
"graph"
],
"author": "Max Klenk",
"license": "MIT",
"readmeFilename": "README.md",
"homepage": "https://grafiddle.github.io/angular-chart",
"bugs": {
"url": "https://github.com/grafiddle/angular-chart/issues"
},
"dependencies": {
"angular": ">1.3.0",
"c3": "~0.4.x"
},
"devDependencies": {
"cz-conventional-changelog": "^1.1.5",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "~2.1.4",
"semantic-release": "^6.2.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}