-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 890 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": "projet",
"version": "0.0.0",
"homepage": "https://github.com/Oldwo1f/projet",
"authors": [
"Oldwo1f <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.18",
"angular-route": "~1.2.18",
"jquery": "~2.1.1",
"ng-file-upload": "~1.4.0",
"ng-file-upload-shim": "~1.4.0",
"angular-ui-router": "0.2.10",
"angular-animate": "~1.2.18",
"ckeditor": "~4.4.2",
"ng-table": "~0.3.3",
"angular-bootstrap-datetimepicker": "~0.2.4",
"moment": "latest",
"satellizer": "~0.6.2",
"angular-bootstrap": "~0.11.0",
"angular-loading-bar": "~0.5.2",
"bootstrap": "~3.2.0",
"marked": "~0.3.2",
"angular-markdown-preview": "~0.1.3"
},
"resolutions": {
"marked": "~0.2.9"
}
}