From 2e316cc625aca0110abc61d73d952619030d3f41 Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Tue, 17 May 2016 12:58:54 -0400 Subject: [PATCH] Updating package.json file to fix errors --- package.json | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3fee49f..366cc0d 100644 --- a/package.json +++ b/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 ", + "ardeay " + ], + "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" : "*" + } }