-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 912 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
{
"name": "@morebec/skeleta-css",
"version": "0.2.8",
"description": "Skeleta is a lightweight CSS library that provides a flexible skeleton for ",
"keywords": [
"responsive",
"layouts",
"layout",
"css",
"sass",
"mobile-first",
"frontend"
],
"author": "jwillp <jwilliam.perreault@morebec.com>",
"homepage": "https://github.com/Morebec/Skeleta",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Morebec/Skeleta.git"
},
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"bugs": {
"url": "https://github.com/Morebec/Skeleta/issues"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"normalize.css": "^8.0.1",
"sass": "^1.62.0"
}
}