26 lines
430 B
JSON
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"
|
|
}
|
|
}
|