1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-17 19:00:58 +00:00

add package.json for emscripten test

This commit is contained in:
Jan Pochyla 2015-06-17 00:04:43 +02:00 committed by Pavol Rusnak
parent 778d1b2476
commit 3f4e50ba22
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

8
emscripten/package.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "trezor-crypto-test",
"version": "1.0.0",
"description": "",
"dependencies": {
"bitcoinjs-lib": "^1.5.7"
}
}