-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 910 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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": "eslint . && qunit"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"grunt",
"legacy"
],
"dependencies": {
"colors": "~1.1.2",
"grunt-legacy-log-utils": "^2.1.3",
"hooker": "~0.2.3",
"lodash": "^4.18.0"
},
"overrides": {
"eslint-plugin-pabigot": "^1.1.0"
},
"devDependencies": {
"eslint-config-grunt": "^2.0.1",
"eslint-plugin-pabigot": "^1.1.0",
"eslint": "^7.32.0",
"qunit": "^2.25.0"
}
}