-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 835 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 835 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
{
"name": "meanjs",
"version": "0.3.2",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.3.x",
"angular-resource": "~1.3.x",
"angular-animate": "~1.3.x",
"angular-mocks": "~1.3.x",
"angular-bootstrap": "~0.12.0",
"angular-ui-utils": "~0.2.1",
"angular-ui-router": "~0.2.13",
"angular-socket-io": "~0.7.0",
"angular-lodash": "~0.1.2",
"spin.js": "~2.0.2",
"angular-spinkit": "~0.3.3",
"twentytwenty": "*",
"socket.io-client": "~1.2.1",
"peerjs": "~0.3.14",
"angularjs-slider": "~0.1.6",
"venturocket-angular-slider": "~0.3.2",
"angular-momentjs": "~0.1.8",
"moment": "~2.9.0",
"ngInfiniteScroll": "1.0.0"
},
"resolutions": {
"angular": "~1.3.x"
}
}