Homepage/bower.json

26 lines
430 B
JSON
Raw Normal View History

2016-05-23 11:04:47 +00:00
{
2017-06-21 11:15:14 +00:00
"name": "amphineko",
"description": "",
"main": "index.html",
"keywords": [
"home"
],
2016-05-23 11:04:47 +00:00
"authors": [
"Naoki Rinmous <sukareki@gmail.com>"
],
"license": "MIT",
2017-06-21 11:15:14 +00:00
"homepage": "https://futa.moe/amphineko/",
2016-05-23 11:04:47 +00:00
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"unsemantic": "^1.1.3",
2017-06-21 11:15:14 +00:00
"font-awesome": "^4.7.0"
2016-05-23 11:04:47 +00:00
}
}