forked from pablojim/highcharts-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "highcharts-ng",
"version": "0.0.12-dev",
"description": "highcharts-ng",
"keywords": [
"angular"
],
"homepage": "https://github.com/pablojim/highcharts-ng",
"author": {
"name": "Barry Fitzgerald",
"email": "",
"url": "https://github.com/pablojim"
},
"repository": {
"type": "git",
"url": "https://github.com/pablojim/highcharts-ng.git"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-less": "~1.0.1",
"connect-livereload": "~0.5.3",
"grunt-open": "~0.2.2",
"grunt-karma": "~0.12.0",
"grunt-ng-annotate": "1.0.1",
"grunt-bump": "0.5.0",
"matchdep": "~0.3.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.2.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.6",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.3.0",
"karma-phantomjs-launcher": "~0.2.1",
"karma": "~0.13.9"
},
"scripts": {
"test": "grunt test"
},
"browser": "./dist/highcharts-ng.js"
}