This repository has been archived by the owner on Apr 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "grunt-npm-package-json-lint",
"description": "A Grunt wrapper for npm-package-json-lint",
"version": "4.1.0",
"keywords": [
"gruntplugin",
"lint",
"linter",
"package.json",
"audit",
"auditor",
"grunt-npm-package-json-lint"
],
"homepage": "https://github.com/tclindner/grunt-npm-package-json-lint",
"bugs": {
"url": "https://github.com/tclindner/grunt-npm-package-json-lint/issues"
},
"author": "Thomas Lindner",
"repository": {
"type": "git",
"url": "https://github.com/tclindner/grunt-npm-package-json-lint.git"
},
"files": [
"tasks"
],
"scripts": {
"lint": "grunt lint",
"npmpackagejsonlint": "grunt npmpackagejsonlint",
"test": "grunt test"
},
"dependencies": {
"chalk": "^3.0.0",
"npm-package-json-lint": "^4.6.0",
"plur": "^3.1.1"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-tc": "^10.0.1",
"eslint-formatter-pretty": "^3.0.1",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-prettier": "^3.1.1",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-nodeunit": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-jsonlint": "^2.1.2",
"prettier": "^1.19.1",
"time-grunt": "^2.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}