mirror of
https://github.com/Warhammer40kGroup/wh40k-icon.git
synced 2026-01-09 19:18:51 +01:00
19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"name": "wh40k-icon",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node ./scripts/font-build.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"warhammer40k"
|
|
],
|
|
"author": "shitake",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"glob-expand": "^0.2.1",
|
|
"webfont": "^8.1.4"
|
|
}
|
|
}
|