-
- Downloads
modular and test core func + huge perf increase
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- build.js 14 additions, 0 deletionsbuild.js
- package.json 10 additions, 2 deletionspackage.json
- public/crypto.js 91 additions, 0 deletionspublic/crypto.js
- public/crypto.test.js 33 additions, 0 deletionspublic/crypto.test.js
- public/index.html 2 additions, 46 deletionspublic/index.html
- public/main.js 11 additions, 30 deletionspublic/main.js
- public/style.css 42 additions, 0 deletionspublic/style.css
- public/test.html 9 additions, 0 deletionspublic/test.html
build.js
0 → 100644
... | ... | @@ -4,12 +4,20 @@ |
"description": "Ǧ'Perdu l'accès à mon compte, Ǧ'spère le retrouver", | ||
"main": "public/index.html", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"postinstall": "node build.js", | ||
"test": "echo open public/test.html in your browser" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.duniter.org/clients/Gsper.git" | ||
}, | ||
"author": "[1000i100] Millicent Billette <git@1000i100.fr> (https://1forma-tic.fr/)", | ||
"license": "AGPL-3.0" | ||
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"scrypt-async-modern": "^3.0.6", | ||
"tweetnacl": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"jasmine-core": "^3.1.0" | ||
} | ||
} |
public/crypto.js
0 → 100644
public/crypto.test.js
0 → 100644
public/style.css
0 → 100644
public/test.html
0 → 100644
Please register or sign in to comment