-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.4 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.4 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
{
"name": "pilotplus",
"version": "0.0.7",
"description": "Easily trade currencies in a secure environment, earning profitable returns.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"async": "0.9.0",
"authy-node": "1.0.1",
"bcryptjs": "~2.3.0",
"body-parser": "1.12.3",
"bson": "~0.3.1",
"clone": "~1.0.2",
"cookie-parser": "1.3.4",
"ejs": "2.5.5",
"express": "4.12.3",
"express-partials": "0.3.0",
"express-session": "1.11.1",
"irc": "0.3.11",
"jade": "^1.11.0",
"kapitalize": "0.3.3",
"keygrip": "1.0.1",
"merge-recursive": "0.0.3",
"mongodb": "~2.0.39",
"mongodb-core": "~1.2.7",
"mongoose": "^5.5.12",
"object-manage": "^0.8.0",
"object-merge": "^2.5.1",
"passport": "0.2.1",
"passport-local": "1.0.0",
"redis": "0.12.1",
"requirejs": "^2.3.2",
"sendmail": "^0.2.1",
"serve-favicon": "2.2.0",
"socket.io": "1.3.5",
"socket.io-client": "1.3.5",
"stripe": "^4.14.0",
"striptags": "^2.1.1",
"uuid": "^3.0.1",
"wildcard-subdomains": "^0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bentbot/pilotplus"
},
"keywords": [
"bitcoin"
],
"author": "bentbot",
"license": "ISC",
"bugs": {
"url": "https://github.com/bentbot/pilotplus/issues"
},
"homepage": "https://pilot.plus/",
"engine": "0.10.33"
}