-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.01 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": "puzzy-search",
"version": "1.0.20",
"description": "Add google-like search and auto suggest (did you mean...)",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"raw-loader": "webpack --module-bind 'txt=raw-loader'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trinly01/puzzy-search.git"
},
"keywords": [
"search",
"fuzzy",
"puzzy",
"pussy",
"suggest",
"similar",
"spell",
"typo"
],
"author": "Trinmar A Boado <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/trinly01/puzzy-search/issues"
},
"homepage": "https://github.com/trinly01/puzzy-search#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"babel-loader": "^8.0.6",
"raw-loader": "^3.1.0",
"typo-js": "^1.0.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}