https://github.com/searchkit/searchkit
Raw File
Tip revision: 547f88e48548e665ffe1f328eab2013a97850558 authored by Joseph McElroy on 27 August 2018, 14:49:18 UTC
Publish
Tip revision: 547f88e
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",
        "build": "lerna run build",
        "clean": "lerna clean",
        "publish": "node ./scripts/deploy.js"
    },
    "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": "^3.1.4",
        "cross-spawn": "^6.0.5"
    },
    "workspaces": [
      "packages/*"
    ],
    "resolutions": {
      "@types/react": "^16.4.12"
    }
}
back to top