voidkitty/bower.json
2017-11-09 15:49:18 +08:00

23 lines
425 B
JSON

{
"name": "void.cat",
"description": "void.cat",
"main": "index.html",
"authors": [
"v0l"
],
"license": "MIT",
"homepage": "https://github.com/v0l/void.cat",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "polymer/polymer#^2.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.17"
}
}