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