-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 755 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 755 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": "sodium-signatures",
"version": "2.1.1",
"description": "Sodium signatures that works in node and in the browser",
"main": "index.js",
"dependencies": {
"buffer-alloc-unsafe": "^1.0.0",
"sodium-universal": "^2.0.0"
},
"devDependencies": {
"standard": "^10.0.3",
"tape": "^4.8.0",
"to-buffer": "^1.1.0"
},
"browser": "./browser.js",
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/sodium-signatures.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/sodium-signatures/issues"
},
"homepage": "https://github.com/mafintosh/sodium-signatures"
}