diff --git a/package.json b/package.json index 2f3bd13..9a35aaf 100644 --- a/package.json +++ b/package.json @@ -1,47 +1,49 @@ { - "name": "grunt-jade-usemin", - "version": "0.2.16", - "description": "Grunt plugin for running UseMin on Jade files", - "homepage": "https://github.com/pgilad/grunt-jade-usemin", - "bugs": "https://github.com/pgilad/grunt-jade-usemin/issues", - "author": { - "name": "Gilad Peleg", - "email": "giladp007@gmail.com" - }, - "keywords": [ - "gruntplugin", - "jade", - "usemin", - "build", - "minify" - ], - "main": "Gruntfile.js", - "engines": { - "node": ">= 0.10.0" - }, - "repository": { - "type": "git", - "url": "https://github.com/pgilad/grunt-jade-usemin.git" - }, - "licenses": [{ - "type": "MIT" - }], - "devDependencies": { - "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-nodeunit": "~0.3.2", - "grunt-dev-update": "^0.5.7", - "load-grunt-tasks": "^0.4.0" - }, - "peerDependencies": { - "grunt": "~0.4.1" - }, - "scripts": { - "test": "grunt test" - }, - "dependencies": { - "grunt-contrib-concat": "^0.4.0", - "grunt-contrib-cssmin": "^0.9.0", - "grunt-contrib-uglify": "^0.4.0", - "lodash": "~2.4.1" + "name": "grunt-jade-usemin", + "version": "0.3.0", + "description": "Grunt plugin for running UseMin on Jade files", + "homepage": "https://github.com/pgilad/grunt-jade-usemin", + "bugs": "https://github.com/pgilad/grunt-jade-usemin/issues", + "author": { + "name": "Gilad Peleg", + "email": "giladp007@gmail.com" + }, + "keywords": [ + "gruntplugin", + "jade", + "usemin", + "build", + "minify" + ], + "main": "Gruntfile.js", + "engines": { + "node": ">= 0.10.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/pgilad/grunt-jade-usemin.git" + }, + "licenses": [ + { + "type": "MIT" } + ], + "devDependencies": { + "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-nodeunit": "~0.3.2", + "grunt-dev-update": "^0.5.7", + "load-grunt-tasks": "^0.4.0" + }, + "peerDependencies": { + "grunt": "~0.4.1" + }, + "scripts": { + "test": "grunt test" + }, + "dependencies": { + "grunt-contrib-concat": "^0.4.0", + "grunt-contrib-cssmin": "^0.9.0", + "grunt-contrib-uglify": "^0.4.0", + "lodash": "~2.4.1" + } }