-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (37 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (37 loc) · 801 Bytes
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
{
"name": "steem-lib",
"version": "1.0.3",
"description": "A JavaScript API for interacting with Steem in Node.js",
"main": "src/index.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ripplerm/steem-lib"
},
"keywords": [
"steem",
"steemit",
"steem-lib"
],
"license": "MIT",
"dependencies": {
"async": "~0.9.0",
"bigi": "^1.4.2",
"bs58": "^3.0.0",
"bytebuffer": "^5.0.0",
"crypto-js": "^3.1.5",
"ecurve": "^1.0.3",
"secure-random": "^1.1.1",
"ws": "^2.2.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"webpack": "2.2.1"
},
"contributors": []
}