-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "smufl-glyphs-info",
"version": "0.5.1",
"description": "Glyph data for the SMuFL specification for use inside Glyphs.app",
"os": [
"darwin"
],
"bin": {
"smufl-glyphs": "./bin/cli.js"
},
"files": [
"bin/*",
"dist/*"
],
"scripts": {
"build": "napa && node lib/build.js",
"version": "npm run build",
"prepublishOnly": "npm run build"
},
"napa": {
"smufl": "w3c/smufl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delucis/smufl-glyphs-info.git"
},
"keywords": [
"smufl",
"glyphs",
"metadata"
],
"author": "Chris Swithinbank <swithinbank@gmail.com> (http://chrisswithinbank.net/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/delucis/smufl-glyphs-info/issues"
},
"homepage": "https://github.com/delucis/smufl-glyphs-info#readme",
"devDependencies": {
"napa": "^3.0.0",
"plist": "^3.0.4",
"xmlbuilder": "^9.0.7"
},
"dependencies": {
"clorox": "^1.0.3",
"commander": "^2.15.0",
"prompts": "^0.1.8"
}
}