Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed May 4, 2014
1 parent 7aefcc1 commit 6680e47
Showing 1 changed file with 46 additions and 44 deletions.
90 changes: 46 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
"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": "[email protected]"
},
"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"
}
}

0 comments on commit 6680e47

Please sign in to comment.