31 lines
685 B
JSON
31 lines
685 B
JSON
{
|
|
"name": "ownCloud Deck",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"angular": "~1.5.8",
|
|
"angular-route": "~1.5.8",
|
|
"angular-mocks": "~1.5.8",
|
|
"angular-sanitize": "~1.5.8",
|
|
"angular-animate": "~1.5.8",
|
|
"angular-ui-bootstrap": "~1.3.3",
|
|
"ng-sortable": "1.3.6",
|
|
"jquery": "~2.2.4",
|
|
"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"
|
|
]
|
|
}
|