-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
28 lines (28 loc) · 854 Bytes
/
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
{
"name": "normalize-opentype.css",
"version": "0.2.4",
"description": "Adds OpenType features—ligatures, kerning, and more—to Normalize.css.",
"homepage": "http://kennethormandy.com/journal/normalize-opentype-css",
"author": "Kenneth Ormandy <hello@kennethormandy.com>",
"license": "MIT",
"repository": "git@github.com:kennethormandy/normalize-opentype.css.git",
"keywords": [
"normalize",
"type",
"typography",
"opentype",
"fonts",
"css"
],
"scripts": {
"build-css": "node-sass normalize-opentype.scss normalize-opentype.css",
"build-prefix": "autoprefixer normalize-opentype.css",
"build": "npm run build-css && npm run build-prefix",
"test": "open test/index.html"
},
"devDependencies": {
"normalize.css": "<4.0.0",
"node-sass": "~2.0.1",
"autoprefixer": "~4.0.0"
}
}