-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.12 KB
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
{
"name": "@subcomponents/reset",
"version": "3.1.5",
"description": "CSS reset library",
"repository": {
"type": "git",
"url": "git+https://github.com/subcomponents/reset.git"
},
"introduction": "Default styles for default elements. It will provide a presentable layer of styles on which to build upon.",
"keywords": [
"css",
"hyper",
"reset"
],
"author": {
"name": "Allan Moreno",
"username": "heyallan",
"twitter": {
"username": "heyallanmoreno",
"url": "https://twitter.com/heyallanmoreno"
}
},
"license": "MIT",
"bugs": {
"url": "https://github.com/subcomponents/reset/issues"
},
"homepage": "https://subcomponents.github.io/reset",
"main": "dist/reset.min.css",
"repo": {
"url": "https://github.com/subcomponents/reset"
},
"keyword": "reset",
"devDependencies": {
"browser-sync": "^2.26.5",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header": "^2.0.7",
"gulp-nunjucks-render": "^2.2.3",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.6.0"
}
}