-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 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
{
"name": "consola.css",
"version": "0.5.1",
"description": "A lightweight CSS micro-framework for a console like style",
"main": "css/consola.css",
"scripts": {
"watch": "gulp watch"
},
"keywords": [
"consola",
"css",
"micro-framework",
"scss",
"minimal",
"console",
"cli"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PascalKleindienst/consola.css.git"
},
"author": "Pascal Kleindienst",
"license": "MIT",
"bugs": {
"url": "https://github.com/PascalKleindienst/consola.css/issues"
},
"homepage": "https://github.com/PascalKleindienst/consola.css#readme",
"devDependencies": {
"flexboxgrid": "^6.3.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-header": "^1.8.8",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-size": "^2.1.0",
"node-sass": "^4.9.4",
"normalize.css": "^5.0.0"
},
"dependencies": {
"node-sass-tilde-importer": "^1.0.2"
}
}