-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 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
{
"name": "robotocondensed",
"version": "1.0.0",
"main": "./robotocondensed.css",
"scripts": {
"prettysass": "prettier --write --print-width 120 --tab-width 4 --use-tabs sass/*.scss",
"sass": "node-sass --output-style expanded --precision 6 robotocondensed.scss robotocondensed.expanded.css",
"sass_autoprefixer": "postcss robotocondensed.expanded.css -u autoprefixer -o robotocondensed.prefixed.css --no-map",
"sass_minify": "cleancss --level 1 --output robotocondensed.css robotocondensed.prefixed.css"
},
"authors": [
"Bernhard Döbler <[email protected]>"
],
"description": "The Open Sans fontface",
"keywords": [
"font"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FontFaceKit/robotocondensed.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FontFaceKit/robotocondensed/issues"
},
"homepage": "https://github.com/FontFaceKit/robotocondensed#readme",
"devDependencies": {
"autoprefixer": "^9.1.1",
"clean-css-cli": "^4.2.1",
"eslint": "^5.3.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"node-sass": "^4.9.3",
"postcss-cli": "^6.0.0",
"prettier": "^1.14.2",
"prettier-eslint": "^8.8.2"
},
"browserslist": [
"> 1%",
"last 1 version",
"not dead",
"IE 10",
"Firefox ESR"
]
}