-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 817 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 817 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
{
"name": "planepacker",
"version": "0.0.10",
"description": "A rectangle packing layout engine, currently only supports images, scales and crops such as to optimize relative sizes and leaves no empty space",
"homepage": "https://github.com/joelangeway/planepacker",
"author": "Joe Langeway <joelangeway@gmail.com>",
"keywords": [
"layout", "planepacker", "style", "joelangeway", "rectangle packing", "joe"
],
"bugs": {
"url": "https://github.com/joelangeway/planepacker/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/joelangeway/planepacker.git"
},
"main": "./planepacker",
"dependencies": {
"underscore": ">=1.4.4",
"requirejs": ">=2.1.6",
"amdefine": ">=0.0.5"
},
"devDependencies": {
"jhaml": ">=0.0.14",
"less": ">=1.4.0"
}
}