Updated npm package versions

This commit is contained in:
n1474335 2016-12-20 18:57:53 +00:00
parent 39d50093ae
commit a9f15b2c64
2 changed files with 10 additions and 13 deletions

View File

@ -28,7 +28,7 @@ module.exports = function(grunt) {
grunt.registerTask("default", grunt.registerTask("default",
"Lints the code base and shows stats", "Lints the code base and shows stats",
["jshint", "exec:stats", "exec:display_stats"]); ["eslint", "exec:stats", "exec:display_stats"]);
grunt.registerTask("doc", "docs"); grunt.registerTask("doc", "docs");
grunt.registerTask("lint", "eslint"); grunt.registerTask("lint", "eslint");

View File

@ -21,27 +21,24 @@
"format", "format",
"cybersecurity" "cybersecurity"
], ],
"bugs": {
"email": ""
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "" "url": "https://github.com/gchq/CyberChef/"
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "~1.0.1",
"grunt-chmod": "~1.1.1", "grunt-chmod": "~1.1.1",
"grunt-contrib-clean": "~1.0.0", "grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0", "grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~0.8.2", "grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~0.14.0", "grunt-contrib-cssmin": "~1.0.2",
"grunt-contrib-htmlmin": "~0.6.0", "grunt-contrib-htmlmin": "~2.0.0",
"grunt-contrib-uglify": "~0.11.1", "grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~1.0.0",
"grunt-eslint": "^19.0.0", "grunt-eslint": "^19.0.0",
"grunt-exec": "~0.4.6", "grunt-exec": "~1.0.1",
"grunt-inline-alt": "~0.3.10", "grunt-inline-alt": "~0.3.10",
"grunt-jsdoc": "^1.1.0", "grunt-jsdoc": "^2.1.0",
"ink-docstrap": "^1.1.4" "ink-docstrap": "^1.1.4"
} }
} }