bespoke
Version:
DIY Presentation Micro-Framework
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "grunt-limit",
"description": "The best Grunt plugin ever.",
"version": "0.1.0",
"homepage": "https://github.com/markdalgleish/grunt-limit",
"author": {
"name": "Mark Dalgleish",
"email": "N/A",
"url": "http://markdalgleish.com"
},
"repository": {
"type": "git",
"url": "git://github.com/markdalgleish/grunt-limit.git"
},
"bugs": {
"url": "https://github.com/markdalgleish/grunt-limit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/markdalgleish/grunt-limit/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"zlib-browserify": "0.0.1"
}
}