Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "grunt-kiwi", | ||
"version": "0.1.1", | ||
"description": "Grunt task for rendering Kiwi templates to HTML.", | ||
"author": { | ||
"name": "Gustavo Henke", | ||
"url": "https://github.com/gustavohenke" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/gustavohenke/grunt-kiwi.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/gustavohenke/grunt-kiwi/issues" | ||
}, | ||
"main": "Gruntfile.js", | ||
"keywords": [ | ||
"gruntplugin", | ||
"kiwi", | ||
"templating" | ||
], | ||
"engines": { | ||
"node": ">=0.8.0" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"dependencies": { | ||
"kiwi": "0.2.x" | ||
}, | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "0.4.x", | ||
"grunt-contrib-nodeunit": "0.1.x", | ||
"grunt-contrib-clean": "0.4.x" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "0.4.x" | ||
} | ||
} | ||
"name": "grunt-kiwi", | ||
"version": "0.2.0", | ||
"description": "Grunt task for rendering Kiwi templates to HTML.", | ||
"author": { | ||
"name": "Gustavo Henke", | ||
"url": "https://github.com/gustavohenke" | ||
}, | ||
"repository": "gustavohenke/grunt-kiwi", | ||
"main": "Gruntfile.js", | ||
"keywords": [ | ||
"gruntplugin", | ||
"kiwi", | ||
"templating" | ||
], | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"dependencies": { | ||
"kiwi": "0.2.x" | ||
}, | ||
"devDependencies": { | ||
"grunt": ">=0.4.0", | ||
"grunt-contrib-clean": "0.5.x", | ||
"grunt-contrib-jshint": "0.6.x", | ||
"grunt-contrib-nodeunit": "0.2.x" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# grunt-kiwi [![Build Status](https://travis-ci.org/gustavohenke/grunt-kiwi.png)](https://travis-ci.org/gustavohenke/grunt-kiwi) | ||
# grunt-kiwi [![Build Status](https://travis-ci.org/gustavohenke/grunt-kiwi.png)](https://travis-ci.org/gustavohenke/grunt-kiwi) [![Dependency Status](https://david-dm.org/gustavohenke/grunt-kiwi.svg)](https://david-dm.org/gustavohenke/grunt-kiwi) | ||
> Render Kiwi templates to HTML. | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1
5433
4
2
1