source: trip-planner-front/node_modules/ecc-jsbn/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 841 bytes
Line 
1{
2 "name": "ecc-jsbn",
3 "version": "0.1.2",
4 "description": "ECC JS code based on JSBN",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/quartzjer/ecc-jsbn.git"
9 },
10 "keywords": [
11 "jsbn",
12 "ecc",
13 "browserify"
14 ],
15 "author": {
16 "name": "Jeremie Miller",
17 "email": "jeremie@jabber.org",
18 "url": "http://jeremie.com/"
19 },
20 "maintainers": [
21 {
22 "name": "Jeremie Miller",
23 "email": "jeremie@jabber.org",
24 "url": "http://jeremie.com/"
25 },
26 {
27 "name": "Ryan Bennett",
28 "url": "https://github.com/rynomad"
29 }
30 ],
31 "dependencies": {
32 "jsbn": "~0.1.0",
33 "safer-buffer": "^2.1.0"
34 },
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/quartzjer/ecc-jsbn/issues"
38 },
39 "homepage": "https://github.com/quartzjer/ecc-jsbn"
40}
Note: See TracBrowser for help on using the repository browser.