123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "foundation",
- "version": "5.5.1",
- "main": [
- "css/foundation.css",
- "css/foundation.css.map",
- "js/foundation.js"
- ],
- "ignore": [],
- "dependencies": {
- "jquery": ">= 2.1.0",
- "modernizr": ">= 2.7.2",
- "fastclick": ">=0.6.11",
- "jquery.cookie": "~1.4.0",
- "jquery-placeholder": "~2.0.7"
- },
- "devDependencies": {
- "jquery.autocomplete": "devbridge/jQuery-Autocomplete#1.2.9",
- "lodash": "~2.4.1"
- },
- "private": true,
- "homepage": "https://github.com/zurb/bower-foundation",
- "_release": "5.5.1",
- "_resolution": {
- "type": "version",
- "tag": "5.5.1",
- "commit": "bf07a7551bc3e599404d9cb2eb2251a95c1ea782"
- },
- "_source": "git://github.com/zurb/bower-foundation.git",
- "_target": "~5.5.1",
- "_originalSource": "foundation",
- "_direct": true
- }
|