facilmap/frontend/bower.json

26 wiersze
576 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",
2016-09-28 12:10:08 +00:00
"angular-ui-sortable": "^0.13.4",
"FileSaver": "https://raw.githubusercontent.com/eligrey/FileSaver.js/master/FileSaver.js",
"blob": "*"
2016-02-26 15:36:00 +00:00
}
}