-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 791 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 791 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
{
"name": "AngularSailsTemplate",
"version": "0.0.0",
"devDependencies": {
"angular": "^1.3.0-beta.13",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"angular-mocks": "^1.3.0-beta.13",
"angular-bootstrap": "^0.10.0",
"angular-ui-router": "^0.2.8",
"angular-ui-utils": "^0.1.1",
"angular-resource": "1.3.0-beta.13",
"angular-cookies": "1.3.0-beta.13",
"angular-sanitize": "1.3.0-beta.13",
"angular-route": "1.3.0-beta.13",
"socket.io-client": "0.9.16",
"lodash": "^2.4.1",
"angular-moment": "^0.6.2",
"angular-translate": "^1.1.1",
"angular-translate-loader-static-files": "^0.1.6",
"greensock": "1.11.8"
},
"dependencies": {
"sails.io.js" : "latest"
},
"resolutions": {
"angular": "^1.3.0-beta.13"
}
}