algolia-indices/package.json

28 строки
797 B
JSON
Исходник Обычный вид История

{
"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"
},
"devDependencies": {
2018-05-14 18:27:08 +03:00
"budo": "^11.2.0",
"instantsearch.js": "^2.7.4",
"is-url": "^1.2.4",
2018-05-14 18:27:08 +03:00
"local-repl": "^4.0.0",
"nanohtml": "^1.2.4",
"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
}