{
    "name": "elastic-search-builder",
    "version": "0.1.0",
    "description": "An elasticsearch search option builder.",
    "main": "dist/index.js",
    "files": [
        "dist/",
        "src/"
    ],
    "scripts": {
        "build:docs": "npm run build:html && npm run build:md",
        "build:html": "documentation build src/index.js -o public/docs -f html",
        "build:md": "documentation build src/index.js -o public/docs/API.md -f md",
        "build:site": "parcel build site/index.html -d public --no-cache --public-url='./'",
        "build": "npm run lint && npm run test:coverage && babel src -d dist && npm run build:site && npm run build:docs",
        "dev": "parcel site/index.html -d public",
        "lint": "eslint src",
        "lint:fix": "eslint --fix src",
        "test": "jest src",
        "test:coverage": "jest --coverage --runInBand --forceExit",
        "test:watch": "jest --watch"
    },
    "author": {
        "name": "weihanchen",
        "email": "willhanchen@gmail.com"
    },
    "contributors": [],
    "license": "MIT",
    "devDependencies": {
        "babel-cli": "^6.26.0",
        "babel-core": "^6.26.0",
        "babel-eslint": "^7.2.3",
        "babel-preset-es2015": "^6.24.1",
        "babel-register": "^6.26.0",
        "bootstrap": "^3.3.7",
        "codemirror": "^5.34.0",
        "documentation": "^5.3.3",
        "eslint": "^4.12.1",
        "font-awesome": "^4.7.0",
        "jest": "^21.2.1",
        "jquery": "^3.3.1",
        "node-sass": "^4.7.2",
        "parcel-bundler": "^1.5.1",
        "popper.js": "^1.12.9"
    },
    "dependencies": {},
    "repository": {
        "type": "git",
        "url": "https://github.com/weihanchen/elastic-search-builder.git"
    },
    "keywords": [
        "elasticsearch",
        "querybuilder",
        "querying",
        "queries",
        "query",
        "elastic",
        "search",
        "dsl"
    ]
}
