-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 905 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "aurelia-skeleton-navigation-typescript",
"description": "A starter kit for building a standard navigation-style app with Aurelia and TypeScript.",
"main": "dist/main.js",
"authors": [
"Mike Graham <mgraham@technicalmedia.com> (http://cmichaelgraham.io/)"
],
"license": "CC0-1.0",
"keywords": [
"aurelia",
"navigation",
"skeleton",
"typescript",
"vscode"
],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"sweetalert": "^1.1.3",
"lodash": "^4.14.0",
"lockr": "^0.8.4",
"moment": "^2.14.1",
"numeral": "^1.5.3",
"select2": "^4.0.3",
"tinymce": "^4.4.1",
"ckeditor": "^4.5.10",
"summernote": "^0.8.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.37",
"magnific-popup": "^1.1.0",
"semantic": "semantic-ui#^2.2.4"
}
}