UNPKG

grunt-manifest

Version:

Generate HTML5 Cache Manifest files

40 lines (39 loc) 874 B
{ "name": "grunt-manifest", "description": "Generate HTML5 Cache Manifest files", "version": "0.4.4", "homepage": "https://github.com/gunta/grunt-manifest", "author": { "name": "Gunther Brunner", "url": "http://gunta.org/" }, "repository": { "type": "git", "url": "git://github.com/gunta/grunt-manifest.git" }, "bugs": { "url": "https://github.com/gunta/grunt-manifest/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/gunta/grunt-manifest/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-nodeunit": "~0.4.1", "grunt-contrib-jshint": "~0.10.0" }, "keywords": [ "gruntplugin" ] }