-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 885 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 885 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-utils",
"description": "Static methods for the Grunt 0.4.x logger.",
"version": "2.1.3",
"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": "eslint . && qunit"
},
"engines": {
"node": ">=10"
},
"keywords": [
"grunt",
"legacy"
],
"dependencies": {
"chalk": "^4.1.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"
}
}