2018-05-13 03:37:40 +03:00
|
|
|
{
|
|
|
|
"name": "electron-search",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Experimental Algolia search index for Electron API, docs, etc.",
|
|
|
|
"main": "index.json",
|
|
|
|
"repository": "https://github.com/electron/electron-search",
|
|
|
|
"author": "zeke",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "script/build.js > index.json",
|
|
|
|
"pretest": "npm run build",
|
2018-05-14 18:27:08 +03:00
|
|
|
"test": "tape test.js | tap-spec && standard --fix",
|
|
|
|
"lint": "standard --fix",
|
|
|
|
"demo": "budo demo.js --live --no-debug --open",
|
|
|
|
"repl": "local-repl"
|
2018-05-13 03:37:40 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-14 18:27:08 +03:00
|
|
|
"budo": "^11.2.0",
|
|
|
|
"instantsearch.js": "^2.7.4",
|
2018-05-13 03:37:40 +03:00
|
|
|
"is-url": "^1.2.4",
|
2018-05-14 18:27:08 +03:00
|
|
|
"local-repl": "^4.0.0",
|
|
|
|
"nanohtml": "^1.2.4",
|
2018-05-13 03:37:40 +03:00
|
|
|
"prettier-standard": "^8.0.1",
|
|
|
|
"standard": "^11.0.1",
|
|
|
|
"tap-spec": "^4.1.1",
|
|
|
|
"tape": "^4.9.0"
|
|
|
|
}
|
2018-05-14 18:27:08 +03:00
|
|
|
}
|