catlogjs
Version:
Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions
49 lines (48 loc) • 1.69 kB
JSON
{
"name": "time-grunt",
"version": "0.1.1",
"description": "Displays the elapsed execution time of grunt tasks when done",
"keywords": [
"grunt",
"tasks",
"measure",
"time",
"profile"
],
"homepage": "https://github.com/sindresorhus/time-grunt",
"bugs": {
"url": "https://github.com/sindresorhus/time-grunt/issues"
},
"license": "MIT",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"files": [
"time-grunt.js"
],
"main": "time-grunt",
"repository": {
"type": "git",
"url": "git://github.com/sindresorhus/time-grunt.git"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"chalk": "~0.2.0",
"ms": "~0.6.1",
"text-table": "~0.1.1"
},
"devDependencies": {
"grunt": "~0.4.1"
},
"engines": {
"node": ">=0.8.0"
},
"readme": "# time-grunt [](http://travis-ci.org/sindresorhus/time-grunt)\n\n> Displays the elapsed execution time of [grunt](http://gruntjs.com) tasks\n\n\n\n\n## Install\n\nInstall with [npm](https://npmjs.org/package/time-grunt): `npm install --save time-grunt`\n\n\n## Example\n\n```js\n// Gruntfile.js\nmodule.exports = function (grunt) {\n\t// require it at the top and pass in the grunt instance\n\trequire('time-grunt')(grunt);\n\n\tgrunt.initConfig();\n\tgrunt.registerTask('default', []);\n}\n```\n\n\n## License\n\nMIT License • © [Sindre Sorhus](http://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"_id": "time-grunt@0.1.1",
"_from": "time-grunt@~0.1.1"
}