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.
20 lines
425 B
20 lines
425 B
{
|
|
"name": "foundation",
|
|
"version": "5.0.3",
|
|
"main": [
|
|
"css/foundation.css",
|
|
"js/foundation.js"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 2.0.0",
|
|
"modernizr": ">= 2.6.2",
|
|
"fastclick": "~0.6.11",
|
|
"jquery.cookie": "~1.4.0",
|
|
"jquery-placeholder": "~2.0.7",
|
|
"lodash": "~2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"jquery.autocomplete": "devbridge/jQuery-Autocomplete#1.2.7"
|
|
},
|
|
"private": true
|
|
}
|
|
|