2018-05-13 03:37:40 +03:00
|
|
|
{
|
|
|
|
"name": "electron-search",
|
2018-05-14 21:01:20 +03:00
|
|
|
"private": true,
|
2018-05-13 03:37:40 +03:00
|
|
|
"version": "1.0.0",
|
2018-05-15 00:16:14 +03:00
|
|
|
"description": "Algolia search index data for Electron APIs, Tutorials, Packages, and Repos",
|
2018-05-13 03:37:40 +03:00
|
|
|
"main": "index.json",
|
2018-05-15 00:16:14 +03:00
|
|
|
"repository": "https://github.com/electron/electron-algolia-index",
|
2018-05-13 03:37:40 +03:00
|
|
|
"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",
|
2018-05-15 00:16:14 +03:00
|
|
|
"prestart": "npm run build",
|
|
|
|
"start": "budo demo.js --live --no-debug --open --css demo.css",
|
2018-05-14 18:27:08 +03:00
|
|
|
"repl": "local-repl"
|
2018-05-13 03:37:40 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-14 18:27:08 +03:00
|
|
|
"budo": "^11.2.0",
|
2018-05-14 20:54:05 +03:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2018-05-15 00:16:14 +03:00
|
|
|
"electron-apps": "^1.2899.0",
|
2018-05-14 20:54:05 +03:00
|
|
|
"electron-i18n": "^1.86.0",
|
2018-05-14 18:27:08 +03:00
|
|
|
"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",
|
2018-05-14 20:54:05 +03:00
|
|
|
"lodash": "^4.17.10",
|
2018-05-14 18:27:08 +03:00
|
|
|
"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 20:54:05 +03:00
|
|
|
}
|