https://github.com/searchkit/searchkit
Raw File
Tip revision: 9ff699cf11512d47712a2d94d6bd0078c34cae40 authored by Ash on 09 October 2017, 14:37:19 UTC
remove unused variables, parameters (#543)
Tip revision: 9ff699c
bower.json
{
  "name": "searchkit",
  "description": "A suite of react components to help create a UI quickly for elasticsearch",
  "main": [
    "release/bundle.js",
    "release/styles.css"
  ],
  "dependencies": {},
  "devDependencies": {},
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "elasticsearch",
    "elastic search",
    "react",
    "ui components",
    "search",
    "library",
    "client-side",
    "widgets",
    "react components"
  ],
  "authors": [
    {
      "name": "Joseph McElroy",
      "email": "phoey1@gmail.com"
    },
    {
      "name": "Siavash Etemadieh",
      "email": "ssetem@gmail.com"
    }
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "private": true
}
back to top