-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
109 lines (109 loc) · 2.89 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
105
106
107
108
109
{
"private": true,
"author": "The Island (git://github.com/The-Island)",
"name": "@islandio/app",
"version": "3.1.8",
"license": "MIT",
"beta": false,
"protocol": {
"name": "https"
},
"domain": "www.island.io",
"port": 8080,
"tunnel": {
"subdomain": "island"
},
"builds": {
"bucket": "builds-island",
"cloudfront": "https://d3h49x19rmb9a2.cloudfront.net"
},
"repository": {
"type": "git",
"url": "git://github.com/The-Island/island-app.git"
},
"scripts": {
"start": "node main.js",
"startBackground": "node main.js &",
"test": "mocha --recursive --reporter spec",
"setup": "yarn install",
"clean": ". ./scripts/clean.sh",
"build": "./scripts/build.js .",
"release": "npm version patch",
"preversion": "npm run build && npm test",
"postversion": "git push --follow-tags"
},
"dependencies": {
"@islandio/boots": "^0.0.4",
"@islandio/collections": "^0.0.4",
"@islandio/emailer": "^0.0.4",
"@islandio/events": "^0.0.4",
"@islandio/lib27crags": "^0.0.4",
"@islandio/lib8a": "^0.0.3",
"@islandio/search": "^0.0.5",
"@islandio/util": "^0.0.4",
"aws-sdk": "^2.0.0-rc13",
"body-parser": "^1.16.1",
"bson": "^1.0.4",
"cheerio": "^0.22.0",
"cli-color": "^1.2.0",
"connect": "^3.6.5",
"connect-redis": "^3.3.3",
"connect-slashes": "^1.3.1",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"dateformat": "^1.0.12",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"express-session": "^1.15.1",
"fs-extra": "^5.0.0",
"localtunnel": "^1.8.2",
"loggly": "^1.1.1",
"method-override": "^2.3.7",
"mobile-detect": "^1.4.1",
"moment": "^2.17.1",
"mongish": "^2.0.1",
"mongodb": "^2.2.24",
"morgan": "^1.8.1",
"optimist": "^0.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^0.1.5",
"passport-instagram": "^1.0.0",
"passport-twitter": "^1.0.4",
"passport.socketio": "^3.7.0",
"poet": "^2.0.2",
"porter-stemmer": "^0.9.1",
"pug": "^2.0.0-beta11",
"queue-async": "^1.2.1",
"redis": "^2.8.0",
"request": "^2.83.0",
"s3-cli": "^0.13.0",
"sendowl-node": "^1.0.3",
"serve-favicon": "^2.3.2",
"serve-static": "^1.11.2",
"shipwire-node": "^1.0.3",
"socket.io": "^1.7.3",
"socket.io-redis": "^4.0.0",
"step": "^1.0.0",
"stripe": "^4.15.0",
"stylus": "^0.54.5",
"traverse": "^0.6.6",
"twitter-text": "^1.14.3",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"zmq": "^2.15.3"
},
"devDependencies": {
"@islandio/supertest": "^3.0.0",
"assert": "^1.4.1",
"async": "^2.6.0",
"csvtojson": "^1.1.4",
"grunt": "0.4.x",
"grunt-contrib-jshint": "^0.11.2",
"grunt-requirejs": "^0.4.2",
"iconv": "^2.2.1",
"mocha": "^5.0.0",
"requirejs": "2.1.11",
"should": "^11.2.0"
}
}