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
30
31
32
|
{
"name": "foundation",
"version": "5.4.4",
"main": [
"css/foundation.css",
"css/foundation.css.map",
"js/foundation.js"
],
"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.4.4",
"_resolution": {
"type": "version",
"tag": "5.4.4",
"commit": "11c003dd80ae005ff53395bcc6416f1ed3dc53a9"
},
"_source": "git://github.com/zurb/bower-foundation.git",
"_target": "~5.4.4",
"_originalSource": "foundation",
"_direct": true
}
|