forked from captrespect/hallway
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (82 loc) · 1.94 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
{
"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": "[email protected]"
},
"repository": {
"type" : "git",
"url" : "https://github.com/Singly/hallway.git"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.8.7 <=0.8.8"
},
"scripts": {
"test": "make test",
"start": "./hallway"
},
"devDependencies": {
"grunt-simple-mocha": "*",
"mocha": "1.6.x",
"should": "1.2.x",
"fakeredis": "0.0.14"
},
"dependencies": {
"apparatus": "",
"async": "=0.1.15",
"mime-magic": "0.3.0",
"libxml-to-js": "0.3.10",
"aws2js": "0.7.4",
"chai": "1.1.x",
"colors": "",
"compress-buffer": "",
"connect": "=1.8.5",
"cover": "https://github.com/kristjan/node-cover/tarball/master",
"db-migrate": "https://github.com/Singly/node-db-migrate/tarball/master",
"ejs": "=0.4.3",
"ent": "",
"express": "=2.5.4",
"facebook-js": "=1.0.0",
"flickr-js": "=0.0.3",
"fitbit-js": "=0.1.0",
"fivebeans": "0.2.x",
"generic-pool": "=1.0.9",
"gift": "0.0.5",
"gzippo": "=0.1.4",
"hiredis": "0.1.x",
"knox": "=0.0.9",
"mc": "",
"mime": "",
"moment": "1.6.x",
"murmurhash3": "",
"mysql": "",
"mysql-libmysqlclient": "=1.3.3",
"mkdirp": "=0.3.4",
"natural": "",
"node-fakeweb": "=0.0.7",
"oauth": "=0.9.6",
"optimist": "",
"password-hash": "=1.2.1",
"qs": "",
"redis": "0.7.x",
"request": "=2.9.203",
"sanitizer": "",
"serializer": ">=0.0.2 <0.1.0",
"socket.io": "",
"temp": ">=0.4.0",
"tumblrwks": "https://github.com/Singly/tumblrwks/tarball/master",
"supertest": "",
"underscore": ">=1.3.0",
"winston": "=0.5.2",
"wrench": ">=1.3.8",
"encoding":"=0.1.4",
"mimelib":"",
"nodemailer":""
}
}