forked from aziz/tmTheme-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 830 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
{
"name": "tmTheme-Editor",
"version": "0.8.0",
"homepage": "https://github.com/aziz/tmTheme-Editor",
"authors": [
"Allen Bargi <[email protected]>"
],
"license": "GNU AFFERO GENERAL PUBLIC LICENSE",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.8",
"angular-bootstrap": "angular-ui/bootstrap",
"angular-sanitize": "~1.3.8",
"angular-strap": "~2.1.5",
"angular-ui-sortable": "~0.13.1",
"bootstrap": "2.1.0",
"FileSaver": "*",
"jquery": "~2.1.3",
"jquery-ui": "~1.11.2",
"jquery.cookie": "~1.4.1",
"jquery.scrollintoview": "*",
"spin.js": "~2.0.1",
"sugar": "~1.4.1",
"tinycolor": "~1.1.0"
},
"resolutions": {
"bootstrap": "2.1.0"
}
}