https://github.com/searchkit/searchkit
Raw File
Tip revision: d64955abd2633d3e0f7c6cd56c7f309effa66779 authored by Siavash Etemadieh on 25 October 2017, 15:24:22 UTC
fix e2e version reference
Tip revision: d64955a
package.json
{
    "private": true,
    "name": "searchkit",
    "keywords": [
        "elasticsearch",
        "elastic search",
        "react",
        "ui components",
        "search",
        "library",
        "client-side",
        "widgets",
        "react components",
        "react-component"
    ],
    "homepage": "http://www.searchkit.co",
    "bugs": {
        "url": "https://github.com/searchkit/searchkit/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/searchkit/searchkit.git"
    },
    "scripts": {
        "lerna": "lerna"
    },
    "authors": [
        {
            "name": "Joseph McElroy",
            "email": "phoey1@gmail.com"
        },
        {
            "name": "Siavash Etemadieh",
            "email": "ssetem@gmail.com"
        }
    ],
    "contributors": [
        {
            "name": "Gregory Potdevin",
            "email": "gregory.potdevin@gmail.com"
        }
    ],
    "license": "Apache-2.0",
    "dependencies": {},
    "devDependencies": {
        "lerna": "2.4.0"
    }
}
back to top