-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.01 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
{
"name": "photopipe",
"description": "Pipe yer photos all over the web and stuff.",
"version": "0.0.6",
"author": {
"name": "Joe McCann",
"email": "[email protected]"
},
"contributors": [
{
"name": "Joe McCann",
"email": "[email protected]"
}
],
"scripts": {
"start": "node app.js"
},
"keywords": [
"photo",
"pipe",
"photopipe",
"image",
"stream",
"restful",
"images",
"upload",
"api"
],
"repository": {
"type": "git",
"url": "git://github.com/joemccann/photopipe"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "3.0.0rc3",
"ejs": "*",
"stylus": "*",
"request": ">=2.10.0",
"instagram-node-lib": ">=0.0.9",
"mocha": ">=0.5.0",
"lodash": ">=0.6.1",
"redis": ">=0.7.2",
"colors": ">=0.6.0-1",
"dropbox": ">=0.3.3",
"oauth": "0.9.7"
},
"bundleDependencies": [
"redis"
],
"subdomain": "photopipe",
"domains": [
"photopi.pe",
"www.photopi.pe"
]
}