-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 768 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 768 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
33
34
35
{
"name": "fresh",
"version": "0.0.0",
"authors": [
"itai <lobengula3rd@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-mocks": "1.2.16",
"angular-scenario": "1.2.16"
},
"dependencies": {
"angular-bootstrap": "~0.10.0",
"angular": "~1.2.14",
"angular-cookies": "~1.2.14",
"angular-ui-router": "~0.2.9",
"angular-resource": "~1.2.14",
"bootstrap": "~3.1.1",
"socket.io-client": "~0.9.16",
"angular-sanitize": "~1.2.14",
"jQuery-contextMenu": "~1.6.5",
"angular-ui": "~0.4.0",
"es5-shim": "~3.0.1",
"jquery-ui": "~1.10.4",
"json3": "~3.3.1"
}
}