22 lines
365 B
JSON
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"
|
|
}
|
|
}
|