-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
77 lines (77 loc) · 1.75 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
{
"name": "verily",
"version": "0.0.0",
"private": true,
"author": "",
"contributors": [
"Alex Greenland",
"Luis Arenal Mijares",
"Dimitrios Papamilios",
"He Shan",
"Lu Zhu",
"Wang Xiaoting"
],
"license": "MIT",
"description": "<!DOCTYPE html>",
"main": "index.js",
"dependencies": {
"async": "0.2.9",
"aws-sdk": "2.0.4",
"base62": "0.1.1",
"bcrypt-nodejs": "0.0.3",
"component": "1.0.0-rc7",
"connect": "2.11.0",
"connect-flash": "0.1.1",
"connect-roles": "3.0.2",
"ent": "2.0.0",
"exif": "0.4.0",
"express": "3.4.4",
"express-session": "1.6.3",
"gm": "^1.16.0",
"mailchimp": "1.1.0",
"moment": "^2.7.0",
"nodemailer": "0.6.5",
"nodeunit": "0.8.2",
"oembed": "0.1.0",
"orm": "2.1.15",
"passport": "0.2.0",
"passport-facebook": "1.0.2",
"passport-local": "0.1.6",
"passport-twitter": "1.0.2",
"pg": "2.5.0",
"request": "2.44.0",
"sanitizer": "0.1.2",
"should": "4.0.4",
"sqlite3": "2.2.0",
"supertest": "0.8.1",
"swig": "~1.3.2",
"urlsafe-base64": "0.0.2",
"utilities": "0.0.31",
"validator": "3.19.0",
"winston": "0.7.2",
"memwatch": "0.2.2",
"cheerio": "0.17.0",
"nodetime": "0.8.15"
},
"devDependencies": {},
"scripts": {
"start": "node index",
"test": "node test-runner",
"postinstall": "node ./node_modules/component/bin/component install"
},
"engines": {
"node": "0.10.x"
},
"directories": {
"doc": "doc",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/verily-org/verily.git"
},
"bugs": {
"url": "https://github.com/verily-org/verily/issues"
},
"homepage": "https://github.com/verily-org/verily"
}