-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
36 lines (36 loc) · 1011 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
{
"name": "angularjs-fusioncharts",
"version": "5.0.3",
"description": "Angular plugin for FusionCharts",
"main": "dist/angular-fusioncharts.js",
"repository": {
"type": "git",
"url": "git://github.com/fusioncharts/angularjs-fusioncharts.git"
},
"author": "FusionCharts",
"license": "MIT",
"bugs": {
"url": "https://github.com/fusioncharts/angularjs-fusioncharts/issues"
},
"scripts": {
"dev": "npx grunt watch-server",
"build": "npx grunt"
},
"homepage": "https://www.fusioncharts.com/angularjs-charts/",
"dependencies": {},
"devDependencies": {
"angular": "^1.7.2",
"angular-mocks": "^1.7.7",
"ejs": "^1.0.0",
"fusioncharts": "^3.13.3-sr.1",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^1.1.0",
"jasmine-core": "^3.3.0",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1"
}
}