12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "grunt-legacy-log-utils",
- "description": "Static methods for the Grunt 0.4.x logger.",
- "version": "2.1.0",
- "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
- "homepage": "http://gruntjs.com/",
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git"
- },
- "bugs": {
- "url": "http://github.com/gruntjs/grunt-legacy-log-utils/issues"
- },
- "license": "MIT",
- "main": "index.js",
- "files": [
- "index.js"
- ],
- "scripts": {
- "test": "grunt test"
- },
- "engines": {
- "node": ">=10"
- },
- "keywords": [
- "grunt",
- "legacy"
- ],
- "dependencies": {
- "chalk": "~4.1.0",
- "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"
- }
- }
|