Homepage/bower.json
Naoki Rinmous a23a8de3d6 update
2017-06-21 19:15:14 +08:00

26 lines
430 B
JSON

{
"name": "amphineko",
"description": "",
"main": "index.html",
"keywords": [
"home"
],
"authors": [
"Naoki Rinmous <sukareki@gmail.com>"
],
"license": "MIT",
"homepage": "https://futa.moe/amphineko/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"unsemantic": "^1.1.3",
"font-awesome": "^4.7.0"
}
}