forked from eiriklv/outlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 666 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 666 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
{
"name": "outlayer",
"version": "1.2.0",
"description": "the brains and guts of a layout library",
"main": [
"item.js",
"outlayer.js"
],
"dependencies": {
"doc-ready": "desandro/doc-ready#>=1.0.1 <2.0",
"eventEmitter": ">=4.2 <5",
"eventie": "eventie#>=1.0.3 <2.0",
"get-size": "get-size#>=1.1.4 <2.0",
"get-style-property": "desandro/get-style-property#>=1 <2",
"jquery-bridget": ">=1 <2",
"matches-selector": "desandro/matches-selector#>=1 <2"
},
"devDependencies": {
"jquery": ">=1.4.3 <2",
"qunit": "~1.12.0"
},
"ignore": [
"test/",
"docs/",
"examples",
".*",
"notes.md"
]
}