-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
35 lines (35 loc) · 848 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
{
"name": "angular-reactive-js-prototype",
"version": "0.0.1",
"homepage": "https://github.com/chariotsolutions/reactive-quizzo",
"authors": [
"Ken Rimple <krimple@chariotsolutions.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.0-beta9",
"angular-mocks": "~1.3.0-beta9",
"angular-cookies": "~1.3.0-beta9",
"angular-ui-router": "~0.2.10",
"jQuery": "~2.1.1",
"angular-ui-bootstrap-bower": "~0.11.0",
"angular-route": "~1.3.0-beta9",
"md5-angular-filter": "~0.0.1",
"bootstrap": "~3.2.0",
"ngSocket": "~0.2.1",
"socket.io-client": "~1.1.0",
"angular-animate": "~1.3.0"
},
"resolutions": {
"angular": "1.3.0"
}
}