kopia lustrzana https://github.com/FacilMap/facilmap
24 wiersze
464 B
JSON
24 wiersze
464 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|