|
24 | 24 | "angular-mocks": "1.3.0 - 1.5.*", |
25 | 25 | "angular-ui-router": "^0.3.2", |
26 | 26 | "express": "3.4.4", |
27 | | - "grunt-cli": "1.2.0", |
28 | 27 | "grunt": "0.4.5", |
29 | 28 | "grunt-angular-templates": "0.5.7", |
30 | 29 | "grunt-available-tasks": "0.4.3", |
| 30 | + "grunt-cli": "1.2.0", |
31 | 31 | "grunt-contrib-clean": "0.4.1", |
32 | 32 | "grunt-contrib-concat": "0.3.0", |
33 | 33 | "grunt-contrib-connect": "0.5.0", |
34 | 34 | "grunt-contrib-copy": "0.5.0", |
35 | 35 | "grunt-contrib-cssmin": "^1.0.1", |
36 | | - "grunt-contrib-less": "^1.3.0", |
37 | 36 | "grunt-contrib-jshint": "0.7.0", |
| 37 | + "grunt-contrib-less": "^1.3.0", |
38 | 38 | "grunt-contrib-uglify": "0.2.5", |
39 | 39 | "grunt-contrib-watch": "0.5.3", |
40 | 40 | "grunt-eslint": "~17.1.0", |
41 | 41 | "grunt-htmlhint": "0.4.1", |
42 | 42 | "grunt-karma": "0.8.3", |
43 | 43 | "grunt-ng-annotate": "^1.0.1", |
44 | 44 | "grunt-ngdocs": "0.2.9", |
| 45 | + "grunt-nsp": "^2.3.1", |
45 | 46 | "grunt-remove": "^0.1.0", |
46 | 47 | "grunt-string-replace": "^1.3.1", |
47 | 48 | "karma": "0.12.23", |
|
57 | 58 | "semantic-release": "^6.3.6" |
58 | 59 | }, |
59 | 60 | "optionalDependencies": { |
60 | | - "angularjs-datatables": "^0.5.7", |
| 61 | + "angularjs-datatables": "^0.5.8", |
61 | 62 | "angular-drag-and-drop-lists": "2.0.0", |
62 | 63 | "bootstrap-select": "~1.10.0", |
63 | 64 | "c3": "~0.4.11", |
|
82 | 83 | "ngdocs": "grunt ngdocs", |
83 | 84 | "ngdocs:view": "grunt ngdocs:view", |
84 | 85 | "ngdocs:publish": "grunt ngdocs:publish", |
| 86 | + "nsp-check": "nsp check", |
85 | 87 | "lint": "grunt lint", |
86 | 88 | "test": "grunt test", |
87 | 89 | "check": "grunt check", |
|
0 commit comments