Files
deck/js/bower.json
Julius Haertl b5c691615e Update makefile
2017-01-31 09:59:23 +01:00

31 lines
675 B
JSON

{
"name": "deck",
"version": "0.0.1",
"dependencies": {
"angular": "~1.6.1",
"angular-route": "~1.6.1",
"angular-mocks": "~1.6.1",
"angular-sanitize": "~1.6.1",
"angular-animate": "~1.6.1",
"angular-ui-bootstrap": "~2.4.0",
"ng-sortable": "1.3.6",
"jquery": "3.1.x",
"es6-shim": "~0.*",
"js-url": "~2.*",
"masonry": "~4.0.0",
"angular-ui-select": "~0.18.0",
"angular-markdown-it": "~0.6.1",
"angular-ui-router": "~1.0.0",
"markdown-it-link-target": "~1.0.1"
},
"license": "AGPL-3.0",
"private": true,
"ignore": [
"'**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}