-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 802 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 802 Bytes
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
{
"name": "cms",
"version": "1.0.0",
"dependencies": {
"angular": "~1.2.0",
"angular-resource": "~1.2.0",
"angular-cookies": "~1.2.0",
"angular-sanitize": "~1.2.0",
"angular-animate": "~1.2.0",
"angular-touch": "~1.2.0",
"angular-route": "~1.2.0",
"angular-bootstrap": "~0.11.0",
"angular-strap": "~2.1.0",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~3.2.0",
"oauth-js": "*",
"underscore": "~1.7.0",
"js-yaml": "~3.2.2",
"ng-tags-input": "~2.1.1",
"speakingurl": "~0.18.0",
"font-awesome": "~4.2.0",
"angular-i18n": "~1.3.11",
"angular-ui-sortable": "~0.13.4"
},
"devDependencies": {
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0",
"ckeditor": "~4.4.4"
},
"appPath": "app"
}