feat: add a search site package

This commit is contained in:
2018-08-30 19:21:36 -07:00
parent b9e5762213
commit 37dcabde5e
6 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "search-site",
"version": "0.0.0",
"private": true,
"main": "index",
"module": "index.mjs",
"description": "strain search static website",
"scripts": {
"start": "node .",
"build": "echo NO BUILD YET"
},
"author": "joe fleming (https://github.com/w33ble)",
"license": "MIT",
"esm": {
"cjs": true
},
"dependencies": {
"esm": "^3.0.81"
}
}