1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "fizzy-ui-utils",
- "version": "1.0.1",
- "authors": [
- "David DeSandro"
- ],
- "description": "UI utilities",
- "main": "utils.js",
- "dependencies": {
- "doc-ready": "~1.0.4",
- "matches-selector": "~1.0.2"
- },
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "keywords": [
- "utility",
- "ui"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "package.json"
- ],
- "homepage": "https://github.com/metafizzy/fizzy-ui-utils",
- "_release": "1.0.1",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.1",
- "commit": "823b543b583f4831d25aadf94c26fc6018e62172"
- },
- "_source": "git://github.com/metafizzy/fizzy-ui-utils.git",
- "_target": "~1.0.1",
- "_originalSource": "fizzy-ui-utils"
- }
|