forked from FontFaceKit/open-sans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.46 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
47
48
49
50
51
52
53
54
{
"name": "open-sans-fontface",
"version": "1.4.2",
"main": "./open-sans.css",
"homepage": "https://github.com/FontFaceKit/open-sans",
"authors": [
"Gustavo Henke <[email protected]>",
"Martin Domke <[email protected]>",
"Bernhard Döbler <[email protected]>"
],
"description": "The Open Sans fontface",
"keywords": [
"font"
],
"scripts": {
"prettysass": "prettier --write --print-width 120 --tab-width 4 --use-tabs --single-quote sass/*.scss",
"sass": "node-sass --output-style expanded --precision 6 open-sans.scss open-sans.expanded.css",
"sass_autoprefixer": "postcss open-sans.expanded.css -u autoprefixer -o open-sans.prefixed.css --no-map",
"sass_minify": "cleancss --level 1 --output open-sans.css open-sans.prefixed.css"
},
"repository": {
"type": "git",
"url": "https://github.com/FontFaceKit/open-sans"
},
"license": "Apache License version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"bugs": {
"url": "https://github.com/FontFaceKit/open-sans/issues"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"clean-css-cli": "^4.1.10",
"node-sass": "^4.5.3",
"postcss-cli": "^4.1.1",
"prettier": "^1.7.0"
},
"browserslist": [
"Chrome >= 35",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 8",
"Safari >= 8",
"Android 2.3",
"Android >= 4",
"Opera >= 12"
]
}