mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
27 lines
500 B
JSON
27 lines
500 B
JSON
{
|
|
"name": "Keyrune Documentation",
|
|
"homepage": "https://github.com/andrewgioia/Keyrune",
|
|
"authors": [
|
|
"Andrew Gioia <andrewgioia@gmail.com>"
|
|
],
|
|
"description": "Keyrune documentation and examples website",
|
|
"main": "index.html",
|
|
"moduleType": [],
|
|
"keywords": [
|
|
"Keyrune"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"keyrune": "*",
|
|
"zepto": "*"
|
|
}
|
|
}
|