Eos/eosweb/core/bower.json

23 lines
418 B
JSON
Raw Normal View History

2017-11-22 19:19:26 +11:00
{
"name": "eosweb",
"homepage": "https://github.com/RunasSudo/Eos",
"authors": [
"RunasSudo (Yingtong Li) <runassudo@yingtongli.me>"
],
"description": "",
"main": "",
"license": "AGPL-3.0+",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2017-11-23 21:07:16 +11:00
"semantic": "semantic-ui#^2.2.13",
"nunjucks": "^3.0.1"
2017-11-22 19:19:26 +11:00
}
}