forked from LockerProject/Locker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 816 Bytes
/
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
{
"name": "locker",
"description": "A personal data locker",
"version": "0.0.0",
"homepage": "https://github.com/quartzjer/Locker",
"directories": {
"lib": "./Common/node"
},
"engines": {
"node": ">= 0.4.6"
},
"dependencies": {
"connect": "=1.1.4",
"express": "=2.1.0",
"facebook-js": "=0.0.5",
"flickr-reflection": "=0.0.1",
"lastfm": "=0.4.3",
"oauth": "=0.9.0",
"sax": "=0.1.1",
"sqlite": "=1.0.3",
"wwwdude": "=0.0.5",
"xml2js": "=0.1.5",
"request": "=1.9.5",
"api-easy": "=0.2.0",
"http-proxy": "=0.5.0",
"xml2js": "=0.1.6",
"vows": ">=0.5.8",
"http-proxy": "=0.5.0",
"vows": ">=0.5.8",
"wrench": ">=1.1.0"
}
}