-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1020 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
31
32
33
34
35
36
37
{
"name": "bedrocss",
"version": "0.0.20",
"description": "A classless CSS library that's modern, lightweight, and easy to modify so you can start your projects on a solid foundation.",
"main": "bedrocss.min.css",
"scripts": {
"dev": "parcel src/dev.html -p 8080",
"build": "parcel build src/main.css",
"build-docs": "npx xm build --htmlOnly --root ./docs-template --output docs",
"publish": "semantic-release"
},
"release": {
"branches": [
"production"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/AustinGil/bedrocss.git"
},
"keywords": [
"css"
],
"author": "Austin Gil <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AustinGil/bedrocss/issues"
},
"homepage": "https://github.com/AustinGil/bedrocss#readme",
"devDependencies": {
"autoprefixer": "^10.2.6",
"parcel": "^2.0.0-beta.2",
"postcss": "^8.3.5",
"release-it": "^14.10.0",
"semantic-release": "^19.0.2"
}
}