mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 07:29: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",
|
||||
"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": [],
|
||||
"homepage": "http://andrewgioia.com",
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"license": ["OFL-1.1", "MIT"],
|
||||
"main": [
|
||||
"./css/keyrune.css",
|
||||
"license": "(OFL-1.1 AND MIT)",
|
||||
"main": "./css/keyrune.css",
|
||||
"files": [
|
||||
"./fonts/*"
|
||||
],
|
||||
"ignore": [
|
||||
"*/.*",
|
||||
"*.json",
|
||||
"*.md"
|
||||
]
|
||||
],
|
||||
"bugs": {
|
||||
"url" : "https://github.com/andrewgioia/Keyrune/issues",
|
||||
"email" : "andrewgioia@gmail.com"
|
||||
},
|
||||
"engines": {
|
||||
"node" : "*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user