forked from Appverse/appverse-web-html5-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 954 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
39
40
41
{
"name": "appverse-web-html5-core",
"description": "Appverse web html5 core module.",
"version": "0.8.0",
"main": "dist/api-main/api-main.min.js",
"dependencies": {
"angular": "~1.5.8",
"angular-cache": "~4.6.0",
"angular-dynamic-locale": "~0.1.17",
"angular-i18n": "1.0.8",
"angular-translate": "~1.1.1",
"angular-translate-loader-static-files": "~0.1.6",
"angular-ui-router": "~0.3.1",
"lodash": "~4.11.0",
"restangular": "~1.5.2",
"socket.io-client": "~1.4.8",
"sockjs-client": "~1.1.1",
"stomp-websocket": "~2.3.4"
},
"devDependencies": {
"angular-mocks": "~1.5.8",
"angular-scenario": "~1.5.8"
},
"ignore": [
"bower_components",
"config",
"doc",
"node_modules",
"reports",
"src",
"test",
"**/.*",
"gruntfile.js",
"package.json",
"sonar-project.properties",
"changelog.js"
],
"resolutions": {
"angular": "~1.5.8"
}
}