Eos/eosweb/core/bower.json

26 lines
520 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-12-11 13:53:25 +11:00
"dragula.js": "dragula#^3.7.2",
"fingerprintjs2": "^1.5.1",
"progress-tracker": "^1.4.0"
2017-11-22 19:19:26 +11:00
}
}