-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "ng3-charts",
"version": "0.0.1",
"homepage": "https://github.com/britztopher/ng3-charts",
"licenses": {
"type": "MIT"
},
"repository": {
"type": "git",
"url": "https://github.com/britztopher/ng3-charts.gitt"
},
"bugs": "https://github.com/britztopher/ng3-charts/issues",
"devDependencies": {
"bower": "~1.3.3",
"chai": "~1.9.1",
"grunt": "*",
"grunt-cli": "~0.1.13",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-karma": "*",
"grunt-shell": "~0.7.0",
"image-diff": "~1.0.1",
"imagemagick": "~0.1.3",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "*",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.3",
"karma-sinon": "~1.0.3",
"matchdep": "*",
"phantomjs": "~1.9.7-5",
"sinon": "~1.9.1"
}
}