-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 860 Bytes
/
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
{
"name": "newsweek_bootstrap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass --watch utilities/scss/style.scss utilities/scss/style.css",
"stylelint": "npx stylelint '**/*.scss'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaimdedan/newsweek_bootstrap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaimdedan/newsweek_bootstrap/issues"
},
"homepage": "https://github.com/jaimdedan/newsweek_bootstrap#readme",
"devDependencies": {
"hint": "^6.0.7",
"prettier-stylelint": "^0.4.2",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^20.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.17.2"
}
}