-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 962 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "cap-height",
"version": "2.0.0",
"description": "Calculate the cap height of fonts loaded with Web Font Loader",
"main": "./dist/cap-height.js",
"module": "./src/index.js",
"dependencies": {
"fvd": "^1.0.0",
"lodash": "^4.17.11",
"webfontloader": "^1.6.27"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-webpack": "^6.4.3",
"webpack": "^2.2.1"
},
"repository": {
"type": "git",
"url": "http://github.com/sebdesign/cap-height.git"
},
"author": {
"name": "Sébastien Nikolaou",
"email": "[email protected]",
"url": "http://sebdesign.eu"
},
"scripts": {
"build": "webpack -p",
"watch": "webpack --progress --watch -d"
},
"keywords": [
"cap-height",
"font",
"fontface",
"glyph",
"metrics",
"text",
"typography",
"webfont"
],
"license": "MIT"
}