mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-10-31 23:04:46 +00:00
39 lines
821 B
JSON
39 lines
821 B
JSON
{
|
|
"name": "keyrune",
|
|
"description": "Keyrune",
|
|
"version": "3.2.1",
|
|
"author": {
|
|
"name": "Andrew Gioia",
|
|
"email": "andrewgioia@gmail.com",
|
|
"url": "http://andrewgioia.com"
|
|
},
|
|
"contributors": [
|
|
"JayGray <weber.joerg.h@gmail.com>",
|
|
"ardeay",
|
|
"Jordan Brauer <jbrauer.inc@gmail.com>",
|
|
"Corey Csuhta <@csuhta>"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/andrewgioia/Keyrune.git"
|
|
},
|
|
"keywords": [],
|
|
"homepage": "http://andrewgioia.com",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"license": "(OFL-1.1 AND MIT)",
|
|
"main": "css/keyrune.css",
|
|
"ignore": [
|
|
"*/.*",
|
|
"*.json",
|
|
"*.md"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/andrewgioia/Keyrune/issues",
|
|
"email": "andrewgioia@gmail.com"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|