-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
71 lines (71 loc) · 1.44 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
67
68
69
70
71
{
"name": "marx-css",
"version": "4.1.1",
"description": "The classless CSS reset (perfect for Communists).",
"main": "css/marx.min.css",
"browserslist": [
"defaults"
],
"scripts": {
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mblode/marx.git"
},
"files": [
"css",
"src",
"LICENSE"
],
"keywords": [
"marx",
"karl",
"mblode",
"matthew blode",
"matt",
"blode",
"layout",
"framework",
"css",
"web",
"frontend",
"bootstrap",
"pure",
"markdown",
"format",
"classless"
],
"author": "Matthew Blode https://github.com/mblode",
"contributors": [
{
"name": "inoas",
"url": "https://github.com/inoas"
},
{
"name": "John Williams",
"url": "https://github.com/johncomposed"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mblode/marx/issues"
},
"homepage": "https://github.com/mblode/marx",
"devDependencies": {
"autoprefixer": "^10.4.16",
"browser-sync": "^2.29.3",
"browserslist": "^4.22.1",
"cssnano": "^6.0.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-dest": "^0.2.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"merge-stream": "^2.0.0",
"postcss-import": "^15.1.0"
}
}