facilmap/frontend/bower.json

24 wiersze
464 B
JSON
Czysty Zwykły widok Historia

2016-02-26 15:36:00 +00:00
{
"name": "facilpad",
"version": "0.1.0",
"homepage": "https://github.com/rankenstein/facilpad",
"authors": [
"Candid Dauth <cdauth@cdauth.eu>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.0",
"async": "^1.5.2",
"tablesorter": "jquery.tablesorter#^2.25.4",
"marked": "^0.3.5",
"angular-ui-sortable": "^0.13.4"
}
}