-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 828 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 828 Bytes
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
{
"name": "losttype-fonts.css",
"version": "0.1.0",
"description": "@font-face declarations for every web font in the Lost Type Co-op catalogue.",
"homepage": "http://opensource.losttype.com",
"author": "Kenneth Ormandy <hello@kennethormandy.com> (http://kennethormandy.com)",
"license": "MIT",
"private": true,
"repository": "git@github.com:losttype/fonts.css.git",
"keywords": [
"font",
"type",
"webfont",
"typography",
"metadata",
"ecosystem:losttype"
],
"dependencies": {},
"devDependencies": {
"node-sass": "^2.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified…yet! Pull requests on losttype/fonts.css are greatly appreciated.\" && exit 1",
"build-css": "node-sass fonts.scss fonts.css --output-style compressed",
"build": "build-css"
}
}