forked from jtblin/angular-chart.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 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
{
"name": "angular-chart.js",
"version": "0.7.2",
"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",
"devDependencies": {
"chai": "^1.10.0",
"chai-string": "^1.1.1",
"cp": "^0.2.0",
"gm": "^1.17.0",
"gulp": "^3.8.6",
"gulp-bump": "^0.1.11",
"gulp-csso": "^0.2.9",
"gulp-git": "^0.5.6",
"gulp-gzip": "0.0.8",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-less": "^1.3.1",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-sequence": "^0.3.1",
"gulp-shell": "^0.2.11",
"gulp-sourcemaps": "^1.0.0",
"gulp-spawn-mocha": "^2.0.1",
"gulp-tar": "^0.5.0",
"gulp-uglify": "^0.3.1",
"imgur-node-api": "^0.1.0",
"jshint-stylish": "^1.0.0",
"less": "^1.7.3",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"mocha-phantomjs": "^3.5.3",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"testatic": "^0.1.0",
"tmp-sync": "jtblin/node-tmp-sync",
"webshot": "^0.15.3"
}
}