-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) 路 767 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) 路 767 Bytes
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
{
"name": "@yipsec/blossom",
"version": "1.0.0",
"description": "scalable bloom filters",
"main": "index.js",
"scripts": {
"test": "mocha test --exit",
"generate-docs": "mkdir -p ./docs && rm -r ./docs && jsdoc index.js lib -r -c .jsdoc.json --verbose -d ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/161chihuahuas/blossom.git"
},
"keywords": [
"bloom",
"filter"
],
"author": "Lily Anne <161chihuahuas@disroot.org>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/161chihuahuas/blossom/issues"
},
"homepage": "https://github.com/161chihuahuas/blossom#readme",
"devDependencies": {
"chai": "^5.2.0",
"clean-jsdoc-theme": "^4.3.0",
"mocha": "^11.4.0"
}
}