-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·56 lines (56 loc) · 1.19 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
{
"name": "lorax",
"version": "0.0.0",
"homepage": "https://github.com/chrisjames-work/lorax",
"authors": [
"Chris James <[email protected]>",
"Leandro Ferreira <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"modernizr": "~2.8.3",
"requirejs": "~2.1.14",
"d3": "~3.4.12",
"jquery-tiny-pubsub": "~0.7.0",
"angular-route": "~1.3.0",
"lodash": "~2.4.1",
"stats.js": "*",
"pixi": "~2.1.1",
"js-signals": "git://github.com/WebSpellChecker/js-signals.git#~1.0.0",
"d3plus": "~1.6.5",
"jquery-selectric": "~1.8.4",
"jquery-mousewheel": "~3.1.12",
"webfontloader": "~1.5.8",
"greensock": "~1.14.2",
"angular-animate": "~1.3.2"
},
"devDependencies": {
"almond": "~0.3.0",
"angular": "~1.3.0"
},
"exportsOverride": {
"jquery-tiny-pubsub": {
"": "src/tiny-pubsub.js"
},
"modernizr": {
"": "modernizr.js"
},
"numericjs": {
"": "src/numeric.js"
},
"simplify-js": {
"": "simplify.js"
},
"static-kdtree": {
"": "kdtree.js"
}
}
}