keyrune/package.json

37 lines
844 B
JSON
Raw Normal View History

{
"name": "keyrune",
"description": "Keyrune",
"version": "1.8.0",
"author": {
"name": "Andrew Gioia",
"email": "andrewgioia@gmail.com",
"url": "http://andrewgioia.com"
},
"contributors": [
"JayGray <weber.joerg.h@gmail.com>",
"ardeay"
],
"repository" : {
"type": "git",
"url": "https://github.com/andrewgioia/Keyrune.git"
},
"keywords": [],
"homepage": "http://andrewgioia.com",
"dependencies": {},
"devDependencies": {},
"license": "(OFL-1.1 AND MIT)",
2016-08-17 16:29:21 +00:00
"main": "css/keyrune.css",
"ignore": [
"*/.*",
"*.json",
"*.md"
],
"bugs": {
"url" : "https://github.com/andrewgioia/Keyrune/issues",
"email" : "andrewgioia@gmail.com"
},
"engines": {
"node" : "*"
}
}