-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
104 lines (104 loc) · 2.6 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
100
101
102
103
104
{
"name": "generic-ico",
"version": "2.0.0",
"description": "Generic-ICO Site",
"private": true,
"node-main": "./ico.js",
"main": "/",
"keywords": [
"ico, token, ethereum, altcoin"
],
"repository": {
"type": "git",
"url": "git://github.com/onsightit/generic-ico.git"
},
"author": {
"name": "Steve Woods",
"email": "[email protected]"
},
"readme": "See README.md\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/onsightit/generic-ico/issues"
},
"window": {
"show": true,
"title": "Generic-ICO",
"icon": "./public/images/ico.png",
"toolbar": false,
"frame": true,
"width": 1024,
"height": 700,
"position": "center",
"min_width": 800,
"min_height": 600
},
"dependencies": {
"async": "^2.5.0",
"atob": "^2.0.3",
"bcryptjs": "^2.4.3",
"bignumber": "^1.1.0",
"body-parser": "^1.17.2",
"btoa": "^1.1.2",
"connect-flash": "^0.1.1",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"cryptoaddress-validator": "0.0.1",
"ctype": "^0.5.5",
"debug": "^2.6.8",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"expect.js": "^0.3.1",
"express": "^4.15.3",
"express-session": "^1.15.3",
"formidable": "^1.1.1",
"fs-extra": "^3.0.1",
"fs.realpath": "^1.0.0",
"generate-password": "^1.3.0",
"hash.js": "^1.1.3",
"inflight": "^1.0.6",
"ip": "^1.1.5",
"jsen": "github:bugventure/jsen#9e57a9d653ff4ea47d364fc37da0f1659bfb8e89",
"jsonminify": "^0.4.1",
"lodash": "^4.17.4",
"mime": "^1.3.6",
"mime-types": "^2.1.15",
"minimatch": "^3.0.4",
"mocha": "^4.0.0",
"moment": "^2.18.1",
"mongodb": "^2.2.29",
"mongode": "^0.1.6",
"mongoose": "^4.11.0",
"morgan": "^1.8.2",
"nodemailer": "^4.1.3",
"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",
"qr-image": "^3.2.0",
"readable-stream": "^2.3.3",
"request": "^2.81.0",
"require_optional": "^1.0.1",
"restify": "^4.3.1",
"safe-buffer": "^5.1.1",
"serve-favicon": "^2.4.3",
"socket.io": "^2.2.0",
"through": "^2.3.8",
"util": "^0.10.3",
"uuid": "^2.0.3",
"validator": "^6.3.0",
"vary": "^1.1.1",
"web3": "^1.0.0-beta.24",
"xss": "^0.1.21",
"yallist": "^3.0.2"
}
}