-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
40 lines (40 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@andrew-codes/gatsby-plugin-elasticlunr-search",
"version": "1.0.3",
"description": "Search for gatsby; implemented via elastic lunr.",
"main": "index.js",
"scripts": {
"start": "nps",
"test": "nps test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrew-codes/gatsby-plugin-search.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"lunr",
"search",
"elastic lunr"
],
"author": "Andrew Smith <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrew-codes/gatsby-plugin-search/issues"
},
"homepage": "https://github.com/andrew-codes/gatsby-plugin-search#readme",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.32",
"@babel/core": "^7.0.0-beta.32",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"eslint": "^4.12.1",
"nps": "^5.7.1",
"nps-utils": "^1.5.0"
},
"dependencies": {
"elasticlunr": "^0.9.5",
"graphql": "^0.11.7"
}
}