123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "grunt-legacy-log",
- "description": "The Grunt 0.4.x logger.",
- "version": "3.0.0",
- "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
- "homepage": "http://gruntjs.com/",
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-legacy-log.git"
- },
- "bugs": {
- "url": "http://github.com/gruntjs/grunt-legacy-log/issues"
- },
- "license": "MIT",
- "main": "index.js",
- "scripts": {
- "test": "grunt test"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "keywords": [
- "grunt",
- "legacy"
- ],
- "dependencies": {
- "colors": "~1.1.2",
- "grunt-legacy-log-utils": "~2.1.0",
- "hooker": "~0.2.3",
- "lodash": "~4.17.19"
- },
- "devDependencies": {
- "grunt": "^1.2.1",
- "grunt-cli": "^1.3.2",
- "grunt-contrib-jshint": "^2.1.0",
- "grunt-contrib-nodeunit": "^2.1.0",
- "grunt-contrib-watch": "^1.1.0"
- }
- }
|