forked from bonsaicss/bonsai.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
45
{
"name": "bonsai.css",
"version": "1.2.2",
"description": "Largely classless, blazing fast and super light-weight. Bonsai, a base CSS framework for modern browsers",
"main": "dist/bonsai.min.css",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/bonsaicss/bonsai.css.git"
},
"keywords": [
"css",
"css-framework"
],
"author": "ciar4n",
"license": "MIT",
"bugs": "https://github.com/bonsaicss/bonsai.css/issues",
"homepage": "https://github.com/bonsaicss/bonsai.css.git",
"devDependencies": {
"autoprefixer": "^9.5.1",
"browser-sync": "^2.26.3",
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-filter": "^5.1.0",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sizereport": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"postcss-combine-media-query": "^1.0.1",
"postcss-import": "^12.0.1",
"postcss-inline-svg": "^3.1.1",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.1",
"postcss-nesting": "^7.0.1"
},
"files": [
"dist",
"src"
]
}