-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
41
42
{
"name": "@bobbylkchao/bloodhound-js",
"version": "1.3.1",
"description": "Bloodhound.js for node and browser. Continue to maintain bloodhound and avoid vulnerability issues.",
"main": "index.js",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack -p",
"start": "webpack-dev-server -c --port=7788",
"test": "tape tests/*.js"
},
"contributors": [
"Bobby Chao"
],
"author": "Wang Zuo",
"license": "MIT",
"dependencies": {
"es6-promise": "^3.0.2",
"object-assign": "^4.0.1",
"storage2": "^0.1.0",
"superagent": "9.0.0"
},
"devDependencies": {
"tape": "^4.2.2",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.2.1"
},
"keywords": [
"bloodhound",
"index",
"node",
"search"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bobbylkchao/bloodhound.git"
},
"bugs": {
"url": "https://github.com/bobbylkchao/bloodhound/issues"
},
"homepage": "https://github.com/bobbylkchao/bloodhound/blob/master/README.md"
}