-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 999 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
38
39
40
41
42
43
44
45
{
"name": "biomatic",
"version": "0.3.12",
"description": "A Flexible Atomic-Focused CSS Toolkit",
"main": "index.js",
"directories": {
"src": "src"
},
"scripts": {
"build-full": "gulp build-full",
"build-lite": "gulp build-lite",
"build-atomic": "gulp build-atomic",
"build-layout": "gulp build-layout",
"build": "npm run build-full && npm run build-lite && npm run build-atomic && npm run build-layout"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BioMaRu/biomatic.git"
},
"keywords": [
"css",
"scss",
"framework",
"atomic",
"responsive",
"component"
],
"author": "BioMaRu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BioMaRu/biomatic/issues"
},
"homepage": "https://bimatic-ui.com",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.54.4"
},
"browserslist": [
"defaults",
"not IE 11"
]
}