-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 907 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
33
34
35
36
37
38
39
40
41
42
{
"name": "smidgen",
"version": "1.3.0",
"description": "IOTA CLI client",
"main": "./lib/smidgen.js",
"bin": "./bin/smidgen.js",
"scripts": {
"test": "npm run lint && npm run unit",
"lint": "standard",
"unit": "mocha"
},
"preferGlobal": true,
"dependencies": {
"async": "2.6.0",
"iota.lib.js": "0.4.7",
"mkdirp": "0.5.1",
"nopt": "4.0.1",
"npmlog": "4.1.2",
"osenv": "0.1.4",
"read": "1.0.7",
"secure-random-uniform": "^3.1.0",
"single-line-log": "1.1.2"
},
"devDependencies": {
"mocha": "3.4.2",
"standard": "10.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfinexcom/smidgen.git"
},
"keywords": [
"iota",
"cli",
"wallet"
],
"author": "Robert Kowalski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitfinexcom/smidgen/issues"
}
}