-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "poluxcliente",
"private": true,
"devDependencies": {
"autoprefixer": "^10.0.0",
"coverage": "^0.4.1",
"grunt": "^1.5.2",
"grunt-angular-templates": "^1.2.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-filerev": "^2.1.2",
"grunt-karma": "^4.0.2",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate-patched": "^3.0.2",
"grunt-postcss": "^0.9.0",
"grunt-sonar-runner": "^2.4.8",
"grunt-svgmin": "^6.0.1",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jasmine-core": "^2.8.0",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^1.0.0",
"karma": "^6.3.4",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^4.0.1",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.30",
"phantomjs-prebuilt": "^2.1.16",
"postcss": "^8.4.40",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"serve": "grunt serve",
"test": "karma start test/karma.conf.js",
"build": "grunt build"
},
"dependencies": {
"angular-async-await": "^1.1.2",
"angular-pdf": "^1.5.1",
"decode-uri-component": "^0.2.2",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"natives": "^1.1.6",
"ng-file-upload": "^12.2.13"
}
}