mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Updating package.json file to fix errors
This commit is contained in:
parent
3c7ef451eb
commit
2e316cc625
30
package.json
30
package.json
@ -1,19 +1,39 @@
|
|||||||
{
|
{
|
||||||
"name": "keyrune",
|
"name": "keyrune",
|
||||||
"description": "Keyrune",
|
"description": "Keyrune",
|
||||||
"version": "1.4.2",
|
"version": "1.5.6",
|
||||||
|
"author": {
|
||||||
|
"name": "Andrew Gioia",
|
||||||
|
"email": "andrewgioia@gmail.com",
|
||||||
|
"url": "http://andrewgioia.com"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
"JayGray <weber.joerg.h@gmail.com>",
|
||||||
|
"ardeay <http://www.randyapuzzo.com>"
|
||||||
|
],
|
||||||
|
"repository" : {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/andrewgioia/Keyrune.git"
|
||||||
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"homepage": "http://andrewgioia.com",
|
"homepage": "http://andrewgioia.com",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"license": ["OFL-1.1", "MIT"],
|
"license": "(OFL-1.1 AND MIT)",
|
||||||
"main": [
|
"main": "./css/keyrune.css",
|
||||||
"./css/keyrune.css",
|
"files": [
|
||||||
"./fonts/*"
|
"./fonts/*"
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"*/.*",
|
"*/.*",
|
||||||
"*.json",
|
"*.json",
|
||||||
"*.md"
|
"*.md"
|
||||||
]
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url" : "https://github.com/andrewgioia/Keyrune/issues",
|
||||||
|
"email" : "andrewgioia@gmail.com"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node" : "*"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user