package.json

Add package.json to be able to install via npm
This commit is contained in:
Jörg Weber 2015-09-01 00:04:35 +02:00
parent d8fa5ac67c
commit bf2303302c
1 changed files with 19 additions and 0 deletions

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "1.2.0",
"keywords": [],
"homepage": "http://andrewgioia.com",
"dependencies": {},
"devDependencies": {},
"license": ["OFL-1.1", "MIT"],
"main": [
"./css/keyrune.css",
"./fonts/*"
],
"ignore": [
"*/.*",
"*.json",
"*.md"
]
}