-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
55 lines (55 loc) · 1.49 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
55
{
"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 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-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"bugs": {
"url": "https://github.com/FontFaceKit/open-sans/issues"
},
"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"
],
"dependencies": {}
}