-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.49 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "tumin",
"version": "0.0.7",
"description": "Tumin is an experimental crypto coin that is enviromentally friendly, secure and fair with working people",
"private": false,
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"bigintjs": "^0.3.5",
"bignum": "^0.12.5",
"body-parser": "~1.16.0",
"buffer": "^5.0.6",
"bytebuffer": "^5.0.1",
"cookie-parser": "~1.4.3",
"crypto-js": "^3.1.9-1",
"debug": "~2.6.0",
"dotenv": "^4.0.0",
"ejs": "~2.5.5",
"express": "^4.15.2",
"express-promise": "^0.4.0",
"express-promise-router": "^1.1.1",
"express-session": "^1.15.2",
"helmet": "^3.5.0",
"js-binary": "git+https://github.com/medisoft/js-binary.git",
"less-middleware": "~2.2.0",
"level": "^1.6.0",
"level-promisify": "^2.0.1",
"leveldown": "^1.6.0",
"levelup": "^1.3.5",
"lodash": "^4.17.4",
"mongoose": "^4.9.7",
"morgan": "~1.7.0",
"nedb": "^1.8.0",
"numeral": "^2.0.6",
"pson": "^2.0.0",
"q": "^1.5.0",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"serve-favicon": "~2.3.2",
"socket.io": "^1.7.3",
"struct": "0.0.12",
"varint": "^5.0.0"
},
"keywords": [
"crypto",
"coin",
"tumin",
"bitcoin"
],
"author": "Mario Medina",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/medisoft/tumin.git"
},
"preferGlobal": "true",
"bin": {
"tumin": "index.js"
}
}