1
0
Fork 0
docsearch/examples/js/package.json
2020-09-01 18:31:35 +02:00

21 lines
412 B
JSON

{
"name": "@docsearch/js-example",
"description": "DocSearch.js sandbox",
"version": "1.0.0-alpha.28",
"private": true,
"license": "MIT",
"main": "index.html",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"devDependencies": {
"parcel-bundler": "1.12.3"
},
"keywords": [
"algolia",
"docsearch",
"documentation",
"search"
]
}