forked from graffiome/graffiome
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 744 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 744 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
{
"name": "graffio.me",
"version": "0.0.0",
"homepage": "http://graffio.me",
"authors": [
"mrblueblue"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.3",
"firebase": "~2.2.2",
"angular": "~1.3.x",
"angular-ui-router": "~0.2.13",
"CryptoJS": "https://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip",
"fabric": "~1.4.13",
"angular-bootstrap": "~0.12.1",
"angular-slider": "~0.2.14",
"nya-bootstrap-select": "~2.0.10",
"angular-bootstrap-colorpicker": "~3.0.11",
"nya-bootstrap-select": "~2.0.10"
},
"resolutions": {
"angular": "~1.2.28"
}
}