forked from darsain/grunt-checkrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "@ndigitals/grunt-checkrepo",
"description": "Check the state of repository.",
"version": "0.2.5",
"homepage": "https://github.com/ndigitals/grunt-checkrepo",
"author": "Darsain (http://darsa.in)",
"contributors": [
"Darsain (http://darsa.in)",
"Tim Nolte <tim.nolte@ndigitals.com> (https://www.ndigitals.com)"
],
"repository": {
"type": "git",
"url": "git@github.com:ndigitals/grunt-checkrepo.git"
},
"bugs": {
"url": "https://github.com/ndigitals/grunt-checkrepo/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"analyze": "grunt jshint",
"lint": "editorconfig-checker",
"pretest": "grunt --version > test.txt && git add test.txt",
"test": "grunt test",
"posttest": "git reset HEAD test.txt && rm -f test.txt"
},
"dependencies": {
"semver": "~7.5.4",
"shelljs": "^0.8.5"
},
"devDependencies": {
"editorconfig-checker": "^4.0.2",
"grunt": "~1.5.3",
"grunt-contrib-jshint": "~3.1.0"
},
"peerDependencies": {
"grunt": "^1.0"
},
"keywords": [
"gruntplugin"
]
}