-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "titilliumweb",
"version": "1.0.0",
"description": "The TitilliumWeb fontface",
"main": "./titilliumweb.css",
"homepage": "https://github.com/FontFaceKit/titilliumweb#readme",
"authors": [
"Bernhard Döbler <[email protected]>"
],
"keywords": [
"font"
],
"scripts": {
"prettysass": "prettier --write --print-width 120 --tab-width 4 --use-tabs sass/*.scss",
"sass": "node-sass --output-style expanded --precision 6 titilliumweb.scss titilliumweb.expanded.css",
"sass_autoprefixer": "postcss titilliumweb.expanded.css -u autoprefixer -o titilliumweb.prefixed.css --no-map",
"sass_minify": "cleancss --level 1 --output titilliumweb.css titilliumweb.prefixed.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FontFaceKit/titilliumweb.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"bugs": {
"url": "https://github.com/FontFaceKit/titilliumweb/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"
]
}