blob: 650c9c7371723b6825726f5783ed6f375b40ab3a [file] [log] [blame]
Matteo Scandolo7cd88ba2015-12-16 14:23:08 -08001{
2 "name": "angular-chart.js",
3 "version": "0.8.8",
4 "description": "An angular.js wrapper for Chart.js",
5 "main": "dist/angular-chart.js",
6 "directories": {
7 "example": "examples"
8 },
9 "scripts": {
10 "test": "gulp check"
11 },
12 "author": "Jerome Touffe-Blin <jtblin@gmail.com>",
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/jtblin/angular-chart.js.git"
16 },
17 "license": "BSD-2-Clause",
18 "devDependencies": {
19 "chai": "^3.4.1",
20 "chai-string": "^1.1.1",
21 "codeclimate-test-reporter": "^0.1.0",
22 "cp": "^0.2.0",
23 "gm": "^1.17.0",
24 "gulp": "^3.9.0",
25 "gulp-bump": "^1.0.0",
26 "gulp-csso": "^1.0.1",
27 "gulp-git": "^1.6.0",
28 "gulp-gzip": "^1.2.0",
29 "gulp-istanbul": "^0.10.3",
30 "gulp-istanbul-report": "^0.0.1",
31 "gulp-jscs": "^3.0.2",
32 "gulp-jshint": "^1.9.2",
33 "gulp-less": "^3.0.3",
34 "gulp-mocha-phantomjs": "^0.10.1",
35 "gulp-ng-annotate": "^1.1.0",
36 "gulp-rename": "^1.2.0",
37 "gulp-rimraf": "^0.2.0",
38 "gulp-sequence": "^0.4.1",
39 "gulp-shell": "^0.5.1",
40 "gulp-sourcemaps": "^1.0.0",
41 "gulp-spawn-mocha": "^2.0.1",
42 "gulp-tar": "^1.5.0",
43 "gulp-uglify": "^1.4.2",
44 "imgur-node-api": "^0.1.0",
45 "jshint-stylish": "^2.0.1",
46 "mkdirp": "^0.5.0",
47 "mocha": "^2.1.0",
48 "mocha-phantomjs-istanbul": "^0.0.2",
49 "sinon": "^1.12.2",
50 "sinon-chai": "^2.7.0",
51 "testatic": "^0.1.0",
52 "tmp-sync": "^1.1.0",
53 "webpack": "^1.12.0",
54 "webshot": "^0.16.0"
55 },
56 "dependencies": {
57 "angular": "^1.4.5",
58 "chart.js": "^1.0.2"
59 }
60}