mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
package.json
Add package.json to be able to install via npm
This commit is contained in:
parent
d8fa5ac67c
commit
bf2303302c
19
package.json
Normal file
19
package.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user