forked from jtblin/angular-chart.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "angular-chart.js",
"version": "0.8.8",
"description": "An angular.js wrapper for Chart.js",
"main": "dist/angular-chart.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "gulp check"
},
"author": "Jerome Touffe-Blin <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/jtblin/angular-chart.js.git"
},
"license": "BSD-2-Clause",
"devDependencies": {
"chai": "^3.4.1",
"chai-string": "^1.1.1",
"codeclimate-test-reporter": "^0.1.0",
"cp": "^0.2.0",
"gm": "^1.17.0",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-csso": "^1.0.1",
"gulp-git": "^1.6.0",
"gulp-gzip": "^1.2.0",
"gulp-istanbul": "^0.10.3",
"gulp-istanbul-report": "^0.0.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.3",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.2.0",
"gulp-sequence": "^0.4.1",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.0.0",
"gulp-spawn-mocha": "^2.0.1",
"gulp-tar": "^1.5.0",
"gulp-uglify": "^1.4.2",
"imgur-node-api": "^0.1.0",
"jshint-stylish": "^2.0.1",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"mocha-phantomjs-istanbul": "^0.0.2",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"testatic": "^0.1.0",
"tmp-sync": "^1.1.0",
"webpack": "^1.12.0",
"webshot": "^0.16.0"
},
"dependencies": {
"angular": "^1.4.5",
"chart.js": "^1.0.2"
}
}