-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 901 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
{
"name": "aframe-japanese-font",
"version": "0.1.4",
"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",
"prerelease": "npm run test",
"release": "standard-version"
},
"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.6",
"msdf-generator": "^0.0.7",
"standard-version": "^9.3.0"
}
}