1
0
mirror of https://github.com/andrewgioia/keyrune.git synced 2025-01-05 11:59:56 +00:00
keyrune/bower.json
2017-05-02 12:13:17 -04:00

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": "*"
}
}