-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
executable file
·99 lines (99 loc) · 2.44 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "YourApp",
"version": "2.0.0",
"description": "YourApp with YourCoin",
"private": true,
"node-main": "./wallet.js",
"main": "loading.html",
"keywords": [
"wallet, distributed, crypto, altcoin"
],
"repository": {
"type": "git",
"url": "git://github.com/YourApp/YourApp.git"
},
"author": {
"name": "Steve Woods",
"email": "[email protected]"
},
"readme": "See README.md\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/YourApp/YourApp/issues"
},
"window": {
"show": true,
"title": "YourApp",
"icon": "./public/images/YourApp-logo-958x264.png",
"toolbar": false,
"frame": true,
"width": 1024,
"height": 700,
"position": "center",
"min_width": 800,
"min_height": 600
},
"dependencies": {
"async": "^2.6.0",
"atob": "^2.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"btoa": "^1.1.2",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"cryptoaddress-validator": "0.0.1",
"ctype": "^0.5.5",
"debug": "^2.6.8",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"expect.js": "^0.3.1",
"express": "^4.16.2",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"formidable": "^1.1.1",
"fs-extra": "^3.0.1",
"fs.realpath": "^1.0.0",
"generate-password": "^1.4.0",
"hash.js": "^1.1.3",
"inflight": "^1.0.6",
"ip": "^1.1.5",
"jsonminify": "^0.4.1",
"lodash": "^4.17.4",
"mime": "^1.6.0",
"mime-types": "^2.1.15",
"minimatch": "^3.0.4",
"mocha": "^4.0.0",
"moment": "^2.20.1",
"mongodb": "^2.2.34",
"mongode": "^0.1.6",
"mongoose": "^4.13.10",
"morgan": "^1.9.0",
"nodemailer": "^4.4.2",
"npmlog": "^4.1.2",
"ntp-client": "^0.5.3",
"object-assign": "^4.1.1",
"passport": "^0.2.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-oauth2": "^1.4.0",
"passport-twitter": "^1.0.4",
"path-is-absolute": "^1.0.1",
"path-to-regexp": "^1.7.0",
"pseudomap": "^1.0.2",
"readable-stream": "^2.3.3",
"request": "^2.81.0",
"require_optional": "^1.0.1",
"restify": "^4.3.2",
"safe-buffer": "^5.1.1",
"serve-favicon": "^2.4.5",
"socket.io": "^2.2.0",
"through": "^2.3.8",
"uuid": "^2.0.3",
"validator": "^6.3.0",
"vary": "^1.1.1",
"xss": "^0.1.21",
"yallist": "^3.0.2"
}
}