-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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": "weavvcss",
"version": "1.0.3",
"description": "A colossal low-level utility CSS framework for crafting a beautiful and elegant user interface at an atomic level",
"main": "./dist/weavv-1.0.3.min.css",
"scripts": {
"gulp": "gulp",
"build-full": "gulp build-full",
"build-min": "gulp build-min",
"build-test": "gulp build-test",
"update-version": "gulp versioning",
"clean": "gulp clean"
},
"keywords": [
"css-framework",
"css-utilites",
"functional-css",
"lowlevel-css",
"utility-classes"
],
"author": "Louis Low <iamlouislow@gmail.com>",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/weavv/weavv-css/issues"
},
"homepage": "https://weavvcss.netlify.app",
"repository": {
"type": "git",
"url": "/~https://github.com/weavv/weavv-css/weavv-css.git"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"gulp": "^4.0.0",
"gulp-bytediff": "^1.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-gzip": "^1.4.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.2.0",
"gulp-shell": "^0.8.0",
"gulp-sizereport": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"sass": "^1.43.5"
}
}