-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
52 lines (52 loc) · 1.15 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
{
"name": "hallway",
"description": "A personal data API",
"version": "0.0.0",
"homepage": "https://github.com/Singly/hallway",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.6.8 <=0.6.16"
},
"scripts": {
"test": "make test",
"start": "./hallway"
},
"dependencies": {
"async": "=0.1.15",
"aws2js": "",
"chai": "1.1.x",
"colors": "",
"compress-buffer": "=0.5.1",
"connect": "=1.8.5",
"cover": "https://github.com/kristjan/node-cover/tarball/master",
"ejs": "=0.4.3",
"ent": "",
"express": "=2.5.4",
"facebook-js": "=1.0.0",
"generic-pool": "",
"gift": "0.0.5",
"gzippo": "=0.1.4",
"knox": "",
"mc": "=1.0.6",
"mocha": "1.3.x",
"moment": "1.6.x",
"murmurhash3": "=0.0.10",
"mysql": "",
"mysql-libmysqlclient": "=1.3.3",
"natural": "",
"node-fakeweb": "=0.0.7",
"oauth": "=0.9.6",
"optimist": "",
"request": "=2.9.203",
"sanitizer": "",
"serializer": ">=0.0.2 <0.1.0",
"should": "",
"socket.io": "",
"temp": ">=0.4.0",
"underscore": ">=1.3.0",
"winston": "=0.5.2",
"wrench": ">=1.3.8"
}
}