forked from captrespect/hallway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.18 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.18 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
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
{
"name": "hallway",
"description": "A personal data API",
"version": "0.0.1",
"homepage": "https://github.com/Singly/hallway",
"bugs": {
"url": "https://github.com/Singly/hallway/issues",
"email": "support@singly.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Singly/hallway.git"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.8.7 <=0.10.3"
},
"scripts": {
"test": "make test",
"start": "./hallway"
},
"devDependencies": {
"chai": "1.x",
"covershot": "git+https://github.com/beaugunderson/node-covershot.git",
"fakeredis": "0.0.14",
"grunt-simple-mocha": "0.3.x",
"mocha": "1.7.x",
"node-fakeweb": "0.0.8",
"supertest": "0.5.x"
},
"dependencies": {
"async": "0.1.15",
"aws-lib": "0.1.4",
"colors": "0.6.x",
"commander": "1.1.x",
"compress-buffer": "1.2.x",
"connect": "2.7.1",
"db-migrate": "git+https://github.com/Singly/node-db-migrate.git",
"ejs": "0.8.3",
"ejs-locals": "1.0.x",
"encoding": "0.1.4",
"ent": "0.0.5",
"express": "3.0.4",
"facebook-js": "1.0.0",
"firebase-token-generator": "0.1.x",
"fitbit-js": "0.1.0",
"flickr-js": "0.0.3",
"generic-pool": "2.0.2",
"hiredis": "0.1.x",
"imap": "git+https://github.com/Singly/node-imap.git",
"knox": "0.6.0",
"lodash": "1.0.1",
"mime": "1.2.x",
"mimelib": "0.2.x",
"mkdirp": "0.3.4",
"moment": "1.6.x",
"murmurhash3": "0.2.x",
"mysql": "2.0.0-alpha6",
"natural": "0.1.x",
"nodemailer": "0.3.x",
"oauth": "0.9.6",
"optimist": "0.3.x",
"password-hash": "1.2.1",
"pcron": "git+https://github.com/Singly/pcron.git",
"qs": "0.5.x",
"redis": "0.7.x",
"request": "2.14.x",
"riak": "git+https://github.com/Singly/node_riak.git",
"sanitizer": "0.0.15",
"serializer": "0.0.x",
"socket.io": "0.9.13",
"sprintf": "0.1.x",
"statsd-singly": "git+https://github.com/Singly/statsd-singly.git",
"temp": "0.5.x",
"toobusy": "0.2.x",
"tumblrwks": "git+https://github.com/Singly/tumblrwks.git",
"underscore": "1.4.x",
"underscore.string": "2.3.x",
"xml2js": "0.2.2"
}
}