first commit

This commit is contained in:
molingyu 2018-09-28 23:44:58 +08:00
commit cedcf86d4b
3 changed files with 153 additions and 0 deletions

19
package.json Normal file
View 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"
}
}