You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
475 B
24 lines
475 B
7 years ago
|
{
|
||
|
"name": "foundation",
|
||
|
"version": "5.5.2",
|
||
|
"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
|
||
|
}
|