mirror of
https://github.com/Warhammer40kGroup/wh40k-icon.git
synced 2026-01-23 17:56:10 +01:00
first commit
This commit is contained in:
commit
cedcf86d4b
3 changed files with 153 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue