UNPKG

grunt-file-info

Version:

Automate template-driven updates of project file stats to project documentation.

50 lines (49 loc) 1.15 kB
{ "name": "grunt-file-info", "description": "Automate template-driven updates of project file stats to project documentation.", "version": "1.0.14", "homepage": "https://github.com/hansifer/grunt-file-info", "author": { "name": "Hans Meyer", "email": "origin@hansifer.com", "url": "http://hansmeyer.com" }, "repository": { "type": "git", "url": "git://github.com/hansifer/grunt-file-info.git" }, "bugs": { "url": "https://github.com/hansifer/grunt-file-info/issues" }, "license": "MIT", "main": "Gruntfile.js", "dependencies": { "moment": "^2.10.6", "zlib-browserify": "0.0.3" }, "engines": { "node": ">= 4.0.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-nodeunit": "^0.4.1", "grunt-exec": "^0.4.6" }, "peerDependencies": { "grunt": ">=0.4.0" }, "keywords": [ "gruntplugin", "file", "stats", "size", "gzip", "documentation", "docs" ] }