Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-kiwi

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-kiwi - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

65

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc