forked from studioTeaTwo/aframe-japanese-font
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 829 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
{
"name": "aframe-japanese-font",
"version": "0.1.1",
"description": "japanese fonts for aframe",
"files": [
"fonts/**/*.json",
"fonts/**/*.png"
],
"scripts": {
"build": "node ./task/create.js",
"stats": "tar -tf $(npm pack)",
"test": "can-npm-publish --verbose",
"prepare": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studioTeaTwo/aframe-japanese-font.git"
},
"keywords": [
"aframe",
"japanese",
"font",
"msdf"
],
"author": "studioTeaTwo",
"license": "MIT",
"bugs": {
"url": "https://github.com/studioTeaTwo/aframe-japanese-font/issues"
},
"homepage": "https://github.com/studioTeaTwo/aframe-japanese-font#readme",
"devDependencies": {
"can-npm-publish": "^1.3.2",
"msdf-generator": "^0.0.3"
}
}