Updating package.json file to fix errors

This commit is contained in:
Andrew Gioia 2016-05-17 12:58:54 -04:00
parent 3c7ef451eb
commit 2e316cc625

View File

@ -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" : "*"
}
} }