keyrune/package.json

40 lines
860 B
JSON
Raw Normal View History

{
2016-12-14 17:54:48 +00:00
"name": "keyrune",
"description": "Keyrune",
"version": "3.6.1",
2016-12-14 17:54:48 +00:00
"author": {
"name": "Andrew Gioia",
"email": "andrewgioia@gmail.com",
"url": "http://andrewgioia.com"
},
"contributors": [
"Mike Gioia <mikegioia@gmail.com>",
2016-12-14 17:54:48 +00:00
"JayGray <weber.joerg.h@gmail.com>",
"ardeay",
2017-03-22 12:15:36 +00:00
"Jordan Brauer <jbrauer.inc@gmail.com>",
"Corey Csuhta"
2016-12-14 17:54:48 +00:00
],
"repository": {
"type": "git",
"url": "https://github.com/andrewgioia/Keyrune.git"
},
"keywords": [],
"homepage": "http://andrewgioia.com",
"dependencies": {},
"devDependencies": {},
"license": "(OFL-1.1 AND GPL-3.0-only)",
2016-12-14 17:54:48 +00:00
"main": "css/keyrune.css",
"ignore": [
"*/.*",
"*.json",
"*.md"
],
"bugs": {
"url": "https://github.com/andrewgioia/Keyrune/issues",
"email": "andrewgioia@gmail.com"
},
"engines": {
"node": "*"
}
}