-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "angular-chartjs",
"version": "0.0.5",
"description": "Angular bindings for the HTML5 Canvas Chart library-- Chart.js",
"main": "dist/angular-chartjs.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/petermelias/angular-chartjs"
},
"keywords": [
"angular",
"chart-js",
"chart.js",
"angular-chartjs",
"chartjs"
],
"author": "Peter M. Elias",
"license": "MIT",
"bugs": {
"url": "https://github.com/petermelias/angular-chartjs/issues"
},
"homepage": "https://github.com/petermelias/angular-chartjs",
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.7",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.0.6",
"gulp-coveralls": "^0.1.2",
"gulp-git": "^0.5.0",
"gulp-help": "^1.0.0",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.5.3",
"gulp-mocha": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.1.1",
"gulp-task-listing": "^0.3.0",
"gulp-uglify": "^0.3.1",
"karma": "^0.12.21",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.7",
"karma-mocha-reporter": "^0.2.8",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.21.4",
"source-deps": "^0.2.11",
"wrench": "^1.5.8",
"yargs": "^1.3.1"
}
}