-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
59 lines (59 loc) · 1.2 KB
/
Copy pathbower.json
File metadata and controls
59 lines (59 loc) · 1.2 KB
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
{
"name": "bmmLib",
"directory": "public",
"version": "2.1.0",
"dependencies": {
"angular": "1.2.6",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"sass-bootstrap": "~3.0.2",
"angular-resource": "1.2.6",
"angular-sanitize": "1.2.6",
"angular-route": "1.2.6",
"jplayer": "~2.5.4",
"jqueryui": "~1.10.3",
"jqueryui-touch-punch": "*",
"angular-ui-sortable": "~0.10.0",
"angular-ui-bootstrap-bower": "~0.10.0"
},
"devDependencies": {
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6"
},
"homepage": "https://github.com/steffanhalv/bmm",
"authors": [
"steffan <steffanhalv@gmail.com>"
],
"description": "Javascript library for bmm",
"main": [
"dist/bmm.js",
"dist/styles/bmm.css"
],
"keywords": [
"bmm"
],
"license": "GPL2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"node_modules",
"app",
"tests",
".bowerrc",
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"karma-e2e.conf.js",
"karma.conf.js",
"package.json"
],
"resolutions": {
"angular": "1.2.6"
}
}