bower.json 465 Bytes
{
  "name": "autocomplete",
  "description": "",
  "main": "",
  "authors": [
    "Dongseop Kwon <dongseop@gmail.com>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/dongseop/mju-class-wp",
  "moduleType": [],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "~2.1.4",
    "bootstrap": "~3.3.5",
    "font-awesome": "fontawesome#~4.4.0",
    "lodash": "~3.10.1"
  }
}