middleman/middleman-core/fixtures/import-app/bower.json
2015-11-28 18:03:05 -08:00

22 lines
365 B
JSON

{
"name": "import-app",
"homepage": "https://github.com/middleman/middleman",
"authors": [
"Thomas Reynolds <me@tdreyno.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4"
}
}