interfug16_github/bower.json

22 lines
435 B
JSON

{
"name": "interfug16",
"description": "Website for the Interfug 2016 event",
"main": "bin/server.js",
"authors": [
"Felix Bytow <drako@drako.guru>"
],
"license": "ISC",
"homepage": "https://github.com/ChaosChemnitz/interfug16#readme",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.5",
"angular-route": "^1.5.5"
}
}