-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "gibki",
"version": "3.1.0",
"description": "Gibki is an open-source and straightforward grid system based on Flexbox.",
"main": "css/gibki.css",
"style": "css/gibki.css",
"devDependencies": {
"autoprefixer": "^10.4.15",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"postcss": "^8.4.29",
"rollup": "^3.29.2",
"rollup-plugin-license": "^3.1.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.67.0"
},
"browserslist": [
"last 2 versions",
"> 1%",
"not dead"
],
"scripts": {
"build": "rollup -c --environment BUILD --bundleConfigAsCjs",
"buildWatch": "rollup -c -w --environment BUILD --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/deoostfrees/gibki.git"
},
"keywords": [
"grid",
"flexbox"
],
"author": "Benjamin de Oostfrees",
"license": "MIT",
"bugs": {
"url": "https://github.com/deoostfrees/Gibki/issues"
},
"homepage": "https://github.com/deoostfrees/Gibki"
}