forked from 1p6/supercop.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 709 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 709 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
30
{
"name": "supercop.js",
"version": "2.0.1",
"description": "orlp/ed25519 compiled to pure javascript using Emscripten",
"main": "index.js",
"scripts": {
"test": "tape test/**/*.js",
"vendor": "git clone https://github.com/orlp/ed25519.git vendor",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1p6/supercop.js.git"
},
"keywords": [
"ed25519",
"supercop",
"signature"
],
"author": "1p6",
"license": "ISC",
"bugs": {
"url": "https://github.com/1p6/supercop.js/issues"
},
"homepage": "https://github.com/1p6/supercop.js#readme",
"devDependencies": {
"glob": "^7.0.3",
"tape": "^4.5.1"
}
}