forked from BafS/Gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 973 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
39
40
41
42
43
44
45
46
{
"name": "gutenberg-css",
"version": "0.6.1",
"description": "Print your web pages with style",
"main": "scss/gutenberg.scss",
"browser": "dist/gutenberg.min.css",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "sass-lint"
},
"keywords": [
"framework",
"css",
"print",
"eyeglass-module"
],
"author": "Fabien Sa",
"license": "MIT",
"repository": {
"url": "git+https://github.com/BafS/Gutenberg.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/BafS/Gutenberg/issues"
},
"homepage": "https://github.com/BafS/Gutenberg#readme",
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"node-sass-tilde-importer": "^1.0.2"
},
"eyeglass": {
"name": "gutenberg",
"sassDir": "scss",
"needs": "*",
"exports": false
},
"engines": {
"node": ">=4.0"
}
}