forked from jtblin/angular-chart.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1018 Bytes
/
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
{
"name": "angular-chart.js",
"version": "0.5.1",
"description": "An angular.js wrapper for Chart.js",
"main": "angular-chart.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "gulp check"
},
"author": "Jerome Touffe-Blin <jtblin@gmail.com>",
"license": "BSD",
"devDependencies": {
"chai": "^1.10.0",
"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-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",
"testatic": "^0.1.0",
"tmp-sync": "jtblin/node-tmp-sync",
"webshot": "^0.15.3"
}
}