-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.63 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
54
55
56
57
58
59
60
{
"name": "fng-reports",
"version": "0.12.0-beta.301",
"description": "Reporting plugin for forms-angular",
"repository": {
"type": "git",
"url": "https://github.com/forms-angular/fng-reports"
},
"keywords": [
"forms-angular",
"mongoose",
"angular",
"reporting"
],
"scripts": {
"test": "echo Error - no tests specified - there is one that needs fixing",
"brokenTest": "grunt build"
},
"author": "Mark Chapman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/forms-angular/fng-reports/issues"
},
"dependencies": {
"angular-ui-grid": "4.12.7",
"jquery": "^3.7.1",
"jspdf": "2.5.1",
"jspdf-autotable": "^3.8.2"
},
"devDependencies": {
"angular": "^1.8.3",
"angular-animate": "1.8.3",
"angular-messages": "1.8.3",
"angular-mocks": "1.8.3",
"angular-sanitize": "1.8.3",
"forms-angular": "0.12.0-beta.301",
"grunt": "^1.6.1",
"grunt-autoprefixer": "3.0.4",
"grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "4.0.2",
"grunt-newer": "1.3.0",
"grunt-ng-annotate": "4.0.0",
"grunt-rev": "0.1.0",
"grunt-usemin": "github:mchapman/grunt-usemin",
"jasmine-core": "5.1.2",
"karma": "^6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"karma-junit-reporter": "2.0.1",
"lodash": "^4.17.21",
"matchdep": "2.0.0",
"ng-infinite-scroll": "1.3.0"
}
}