forked from numsu/nanocurrency-web-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 797 Bytes
/
package.json
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
31
32
{
"name": "nanocurrency-web",
"version": "1.0.1",
"description": "Toolset for Nano cryptocurrency client side offline integrations",
"author": "Miro Metsänheimo <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/numsu/nanocurrency-web-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/numsu/nanocurrency-web-js.git"
},
"bugs": {
"url": "https://github.com/numsu/nanocurrency-web-js/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha --reporter spec"
},
"dependencies": {
"bignumber.js": "9.0.0",
"blakejs": "1.1.0",
"crypto-js": "3.1.9-1"
},
"devDependencies": {
"@types/node": "12.7.12",
"chai": "4.2.0",
"mocha": "6.2.1",
"typescript": "3.6.3"
}
}