24 lines
447 B
JSON
24 lines
447 B
JSON
|
{
|
||
|
"name": "loopback.moe",
|
||
|
"authors": [
|
||
|
"Naoki Rinmous <sukareki@gmail.com>"
|
||
|
],
|
||
|
"description": "loopback.moe homepage",
|
||
|
"main": "index.html",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://loopback.moe/",
|
||
|
"private": true,
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"normalize-css": "^4.1.1",
|
||
|
"unsemantic": "^1.1.3",
|
||
|
"font-awesome": "^4.6.3"
|
||
|
}
|
||
|
}
|