-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 796 Bytes
/
bower.json
File metadata and controls
46 lines (46 loc) · 796 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
44
45
46
{
"name": "collage",
"version": "0.2.2",
"description": "Framework for interactive collages",
"keywords": [
"collage",
"art",
"gallery",
"display"
],
"main": [
"dist/collage.js"
],
"authors": [
"Ozan Turgut <ozanturgut@gmail.com>"
],
"moduleType": [
"amd",
"node",
"globals"
],
"license": "APACHE 2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"example",
"src",
"dev",
"build",
"package.json",
"gulpfile.js",
"package.json"
],
"repository": {
"type": "git",
"url": "git@github.com:oztu/collage.git"
},
"devDependencies": {
"big-surface": "~0.2.0",
"giant-quadtree": "~0.2.0",
"mustache": "~0.7.2",
"eventEmitter": "~4.0.5",
"q": "0.8.12"
}
}