forked from codeine-cd/codeine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
43 lines (43 loc) · 988 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
42
43
{
"name": "codeine",
"version": "1.1.197",
"homepage": "https://github.com/codeine-cd/codeine",
"authors": [
"ezraroi <ezraroi@gmail.com>"
],
"main": "index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"angular": "1.2.26",
"angular-animate": "1.2.26",
"angular-route": "1.2.26",
"angular-ui-utils": "0.1.1",
"angular-ui-select2": "~0.0.5",
"bootstrap": "~3.1.1",
"font-awesome": "~4.2.0",
"ngstorage": "~0.3.0",
"ng-textcomplete": "~0.4.0",
"ngDistinctValues": "~1.0.2",
"d3": "~3.4.4",
"moment": "~2.5.1",
"angular-bootstrap": "~0.11.2",
"angulartics": "~0.16.5",
"angular-duration-filter-formatter": "~1.0.1"
},
"devDependencies": {
"angular-mocks": "1.2.26",
"angular-scenario": "1.2.26"
},
"resolutions": {
"angular": "1.2.26"
}
}