-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 749 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 749 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
{
"name": "seiden-sans",
"version": "1.0.0",
"description": "An open-source, sans serif typeface by Kevin Beronilla (created with BirdFont)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://kevinberonilla@github.com/kevinberonilla/seiden-sans.git"
},
"author": "",
"license": "SIL Open Font License",
"bugs": {
"url": "https://github.com/kevinberonilla/seiden-sans/issues"
},
"homepage": "https://github.com/kevinberonilla/seiden-sans#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-fontgen": "^0.2.5",
"gulp-replace": "^0.5.4",
"merge-stream": "^1.0.0",
"run-sequence": "^1.2.2"
}
}