|
2 | 2 | "name": "loopback-angular-admin", |
3 | 3 | "subdomain": "loopback-angular-admin", |
4 | 4 | "description": "Quickly create admin interfaces on a Loopback 2.x API", |
5 | | - "version": "0.1.0", |
| 5 | + "version": "0.1.1", |
6 | 6 | "engines": { |
7 | 7 | "node": "0.10.x", |
8 | 8 | "npm": "2.1.x" |
|
25 | 25 | "main": "server/server.js", |
26 | 26 | "dependencies": { |
27 | 27 | "bower": "^1.3.12", |
28 | | - "compression": "^1.2.2", |
29 | | - "errorhandler": "^1.3.0", |
| 28 | + "compression": "^1.3.0", |
| 29 | + "errorhandler": "^1.3.2", |
30 | 30 | "grunt": "^0.4.5", |
31 | | - "grunt-autoprefixer": "^2.0.0", |
| 31 | + "grunt-autoprefixer": "^2.1.0", |
32 | 32 | "grunt-cli": "^0.1.13", |
33 | 33 | "grunt-concurrent": "^1.0.0", |
34 | 34 | "grunt-connect-proxy": "^0.1.11", |
35 | 35 | "grunt-contrib-clean": "^0.6.0", |
36 | 36 | "grunt-contrib-concat": "^0.5.0", |
37 | 37 | "grunt-contrib-connect": "^0.9.0", |
38 | 38 | "grunt-contrib-copy": "^0.7.0", |
39 | | - "grunt-contrib-cssmin": "^0.10.0", |
| 39 | + "grunt-contrib-cssmin": "^0.11.0", |
40 | 40 | "grunt-contrib-htmlmin": "^0.3.0", |
41 | 41 | "grunt-contrib-jshint": "^0.10.0", |
42 | | - "grunt-contrib-uglify": "^0.6.0", |
| 42 | + "grunt-contrib-uglify": "^0.7.0", |
43 | 43 | "grunt-contrib-watch": "^0.6.1", |
44 | 44 | "grunt-docular": "^0.2.4", |
45 | 45 | "grunt-filerev": "^2.1.2", |
46 | 46 | "grunt-google-cdn": "^0.4.3", |
47 | | - "grunt-karma": "^0.9.0", |
| 47 | + "grunt-karma": "^0.10.1", |
48 | 48 | "grunt-loopback-angular": "^1.1.0", |
49 | | - "grunt-newer": "^0.8.0", |
| 49 | + "grunt-newer": "^1.1.0", |
50 | 50 | "grunt-ng-annotate": "^0.8.0", |
51 | 51 | "grunt-ng-constant": "^1.0.0", |
52 | 52 | "grunt-svgmin": "^2.0.0", |
53 | 53 | "grunt-usemin": "^3.0.0", |
54 | 54 | "grunt-wiredep": "^2.0.0", |
55 | | - "jshint": "^2.5.10", |
| 55 | + "jshint": "^2.5.11", |
56 | 56 | "jshint-stylish": "^1.0.0", |
57 | | - "load-grunt-tasks": "^1.0.0", |
58 | | - "loopback": "^2.8.6", |
59 | | - "loopback-boot": "^2.5.1", |
| 57 | + "load-grunt-tasks": "^2.0.0", |
| 58 | + "loopback": "^2.10.0", |
| 59 | + "loopback-boot": "^2.6.0", |
60 | 60 | "loopback-component-storage": "^1.0.6", |
61 | 61 | "loopback-connector-mongodb": "^1.4.5", |
62 | | - "serve-favicon": "^2.1.7", |
| 62 | + "serve-favicon": "^2.2.0", |
63 | 63 | "showdown": "^0.3.1", |
64 | 64 | "time-grunt": "^1.0.0" |
65 | 65 | }, |
66 | 66 | "optionalDependencies": { |
67 | | - "loopback-explorer": "^1.6.2" |
| 67 | + "loopback-explorer": "^1.6.4" |
68 | 68 | }, |
69 | 69 | "devDependencies": {} |
70 | 70 | } |
0 commit comments