-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·49 lines (49 loc) · 1.19 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
{
"name": "@silvermine/grunt-styleguide",
"version": "2.0.0",
"description": "A simple style guide generator for Grunt.js",
"main": "Gruntfile.js",
"dependencies": {
"nunjucks": "3.2.0",
"underscore": "1.8.3",
"yaml-front-matter": "4.1.0"
},
"devDependencies": {
"@commitlint/cli": "8.3.4",
"@silvermine/eslint-config": "2.3.0",
"check-node-version": "4.0.2",
"grunt": "1.0.4",
"grunt-browserify": "5.3.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-sass": "3.1.0"
},
"peerDependencies": {
"grunt": "^1.0.0",
"grunt-browserify": "^5.3.0",
"grunt-sass": "^3.0.0"
},
"scripts": {
"test": "check-node-version --npm 6.13.4",
"commitlint": "commitlint --from 0f6e120"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/silvermine/grunt-styleguide.git"
},
"keywords": [
"grunt",
"silvermine",
"styleguide"
],
"author": "Craig Weber",
"license": "MIT",
"bugs": {
"url": "https://github.com/silvermine/grunt-styleguide/issues"
},
"homepage": "https://github.com/silvermine/grunt-styleguide"
}