forked from moyus/pointcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.45 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@moyu/pointcss",
"version": "2.0.2",
"website": "https://moyus.github.io/pointcss",
"homepage": "https://github.com/moyus/pointcss",
"author": "moyu <moyuboy@gmail.com> (https://moyu.io)",
"description": "A flexible CSS Framework for building modern responsive web apps",
"main": "dist/point.min.css",
"repository": {
"type": "git",
"url": "git+https://github.com/moyus/pointcss.git"
},
"bugs": {
"url": "https://github.com/moyus/pointcss/issues"
},
"files": [
"dist",
"js",
"scss",
"point.scss",
"LICENSE",
"README.md"
],
"license": "MIT",
"keywords": [
"css",
"sass",
"flexbox",
"responsive",
"front-end",
"mobile-friendly",
"framework",
"web"
],
"browserslist": [
"Chrome >= 60",
"Firefox >= 60",
"Edge >= 12",
"Explorer 11",
"iOS >= 10",
"Safari >= 10",
"Android >= 6"
],
"scripts": {
"start": "gulp dev",
"build": "gulp"
},
"devDependencies": {
"autoprefixer": "^9.7.4",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-header": "^2.0.9",
"gulp-notify": "^3.2.0",
"gulp-nunjucks-md": "^2.3.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sizereport": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"marked": "^0.8.0",
"postcss-flexbugs-fixes": "^4.1.0"
}
}