-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "@formanta/sass",
"version": "0.24.1",
"description": "Mini CSS Framework with modular Sass files, AMP compatible",
"homepage": "https://formanta.bemit.codes",
"author": {
"name": "bemit",
"url": "https://bemit.codes"
},
"contributors": [
{
"name": "Michael Becker",
"url": "https://i-am-digital.eu"
}
],
"keywords": [
"atomic css",
"functional css",
"css",
"framework",
"oocss",
"basscss",
"frontend",
"css-library",
"amp",
"ux",
"ui"
],
"license": "MIT",
"scripts": {
"build": "sassdoc **/*.scss -c sassdoc.json --dest ./build --theme ../formantasass-doctheme"
},
"repository": {
"type": "git",
"url": "https://github.com/bemit/FormantaSass.git"
},
"devDependencies": {
"@formanta/sass-doctheme": "~0.1.2",
"sassdoc": "^2.7.4"
},
"publishConfig": {
"access": "public"
}
}