-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "iw26",
"version": "1.0.0",
"description": "Indieweb Fork of WordPress TwentySixteen Theme",
"main": "index.php",
"dependencies": {},
"devDependencies": {
"@wordpress/stylelint-config": "^19.1.0",
"genericons-neue": "^4.0.5",
"grunt": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-sass": "^2.0.0",
"grunt-wp-i18n": "*",
"grunt-wp-readme-to-markdown": "*",
"normalize.css": "^8.0.1",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint-fix:scss": "./node_modules/stylelint/bin/stylelint.js **/*.scss --fix",
"lint:scss": "stylelint **/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dshanske/iw26.git"
},
"keywords": [
"wordpress",
"indieweb"
],
"author": "David Shanske",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/dshanske/iw26/issues"
},
"homepage": "https://github.com/dshanske/iw26"
}