Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
Latest commit
43 lines (43 loc) · 934 Bytes
/
Copy pathbower.json
File metadata and controls
43 lines (43 loc) · 934 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
34
35
36
37
38
39
40
41
42
43
{
"name": "easelbone",
"authors": [
"Thijs Van der Schaeghe <thijs@catlab.be>"
],
"description": "GUI engine combining easeljs and backbonejs. Developed to be used with flash cc html5 output, but can be used with any easeljs content.",
"main": "dist/scripts/easelbone.js",
"moduleType": [
"amd"
],
"keywords": [
"easeljs",
"backbone"
],
"license": "MIT",
"homepage": "https://www.catlab.eu/",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"vendor",
"test",
"tests",
"bower.json",
"package.json",
"app",
"dist/examples"
],
"dependencies": {
"backbone": "1.*",
"underscore": "1.*",
"EaselJS": ">=0.8.2",
"TweenJS": ">=0.6.2",
"PreloadJS": ">=0.6.2",
"SoundJS": ">=0.6.2",
"easelhacks": "*",
"jquery": "^3.6.0",
"emoji-regex" : "npm:emoji-regex#^10.0.0"
},
"devDependencies": {
"requirejs": null
}
}