forked from ChrisBoesch/singpathfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
63 lines (63 loc) · 1.91 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "singpathfire",
"version": "0.2.0",
"homepage": "https://github.com/ChrisBoesch/singpathfire",
"description": "An AngularFire-based version of SingPath",
"main": "src/app/main.js",
"moduleType": [
"globals"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.5",
"angular-loading-bar": "~0.8.0",
"angular-messages": "~1.4.5",
"angular-route": "~1.4.5",
"angularfire": "^1.0.0",
"crypto-js": "git://github.com/evanvosberg/crypto-js#~3.1.2",
"moment": "~2.10.6",
"angular-material": "~0.10.1",
"ace-builds": "~1.2.0"
},
"devDependencies": {
"angular-mocks": "~1.4.5"
},
"install": {
"path": "src/vendor",
"sources": {
"angular-loading-bar": [
"bower_components/angular-loading-bar/build/loading-bar.css",
"bower_components/angular-loading-bar/build/loading-bar.js"
],
"ace-builds": [
"bower_components/ace-builds/src-noconflict/ace.js",
"bower_components/ace-builds/src-noconflict/mode-html.js",
"bower_components/ace-builds/src-noconflict/mode-javascript.js",
"bower_components/ace-builds/src-noconflict/mode-python.js",
"bower_components/ace-builds/src-noconflict/theme-twilight.js",
"bower_components/ace-builds/src-noconflict/worker-html.js",
"bower_components/ace-builds/src-noconflict/worker-javascript.js",
"bower_components/ace-builds/src-noconflict/worker-html.js"
],
"crypto-js": [
"bower_components/crypto-js/core.js",
"bower_components/crypto-js/md5.js",
"bower_components/crypto-js/hmac.js",
"bower_components/crypto-js/pbkdf2.js",
"bower_components/crypto-js/sha1.js",
"bower_components/crypto-js/sha256.js"
]
}
},
"resolutions": {
"angular": "1.4.5"
}
}