123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "outlayer",
- "version": "1.4.2",
- "description": "the brains and guts of a layout library",
- "main": "outlayer.js",
- "dependencies": {
- "doc-ready": "1.0.x",
- "eventEmitter": ">=4.2 <5",
- "eventie": "~1.0.3",
- "get-size": "~1.2.2",
- "get-style-property": "~1.0.4",
- "matches-selector": "~1.0.2",
- "fizzy-ui-utils": "~1.0.1"
- },
- "devDependencies": {
- "jquery-bridget": "1.x",
- "jquery": ">=1.4.3 <2",
- "qunit": "^1.12.0"
- },
- "ignore": [
- "test/",
- "docs/",
- "examples",
- ".*",
- "notes.md",
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "package.json"
- ],
- "homepage": "https://github.com/metafizzy/outlayer",
- "authors": [
- "Metafizzy"
- ],
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "keywords": [
- "layout",
- "masonry",
- "isotope"
- ],
- "license": "MIT",
- "_release": "1.4.2",
- "_resolution": {
- "type": "version",
- "tag": "v1.4.2",
- "commit": "c2d5e67fa6b4e716591ac11fa2d27494bdfc1733"
- },
- "_source": "git://github.com/metafizzy/outlayer.git",
- "_target": "~1.4.0",
- "_originalSource": "outlayer"
- }
|