-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
32 lines (32 loc) · 975 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
29
30
31
32
{
"name": "typography-theme-grand-view",
"description": "A theme for Typography.js",
"version": "0.16.19",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"compass-vertical-rhythm": "^1.2.1",
"gray-percentage": "^2.0.0",
"typography-breakpoint-constants": "^0.16.19"
},
"keywords": [
"css",
"typography",
"typography-theme"
],
"license": "MIT",
"homepage": "https://github.com/KyleAMathews/typography.js",
"bugs": {
"url": "https://github.com/KyleAMathews/typography.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/typography.js.git"
},
"main": "./dist/index.js",
"scripts": {
"build": "../../node_modules/.bin/babel src --out-dir dist/",
"flow": "../../node_modules/.bin/flow",
"lint": "../../node_modules/.bin/eslint --ext .js,.jsx --ignore-path .gitignore .",
"watch": "../../node_modules/.bin/babel -w src --out-dir dist/"
}
}