-
-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
34 lines (34 loc) · 904 Bytes
/
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
{
"name": "argon2-browser",
"version": "1.18.0",
"description": "Argon2 library compiled for browser runtime",
"main": "lib/argon2.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "mocha",
"build-bundle": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antelle/argon2-browser.git"
},
"author": "Antelle",
"license": "MIT",
"bugs": {
"url": "https://github.com/antelle/argon2-browser/issues"
},
"homepage": "https://github.com/antelle/argon2-browser#readme",
"devDependencies": {
"base64-loader": "^1.0.0",
"chai": "^4.3.4",
"http-server": "^0.12.3",
"mocha": "^8.4.0",
"prettier": "^2.3.0",
"puppeteer": "^9.1.1",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
}
}