blob: 9c68ba1e8c8aaff733d53546fd4f6b27ac585f04 [file] [log] [blame]
{
"name": "amass",
"version": "0.1.0",
"description" : "standalone search app for elasticsearch",
"private": true,
"homepage": ".",
"license": "EPL2",
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-scripts": "1.0.14",
"searchkit": "^2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}