-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
40 lines (40 loc) · 996 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
{
"name": "ngC3",
"version": "0.0.1",
"description": "angular directive to utilize c3 charts",
"main": "c3-chart.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/maseh87/c3-chart.git"
},
"author": "Mason Hargrove",
"license": "ISC",
"bugs": {
"url": "https://github.com/maseh87/c3-chart/issues"
},
"homepage": "https://github.com/maseh87/c3-chart",
"devDependencies": {
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-mocha": "^0.1.9",
"expect.js": "^0.3.1",
"karma-mocha-reporter": "^0.3.1",
"mocha": "^1.21.4",
"gulp": "^3.8.8",
"karma-coverage": "^0.2.6",
"gulp-concat": "^2.4.0",
"gulp-load-plugins": "^0.6.0",
"gulp-jshint": "^1.8.4",
"gulp-uglify": "^1.0.1",
"karma-firefox-launcher": "^0.1.3",
"gulp-shell": "^0.2.9",
"gulp-watch": "^1.0.3",
"gulp-notify": "^1.6.0"
}
}