-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (22 loc) · 916 Bytes
/
package.json
File metadata and controls
23 lines (22 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "name" : "f7u12rl"
, "description" : "Replace faces in any image on the web with rage faces"
, "keywords" : ["face", "recognition", "rage", "reddit"]
, "version" : "0.1.0"
, "author" : "Dan Lidral-Porter <dlp@aperiodic.org>"
, "homepage" : "http://f7u12rl.com"
, "repository": { "type" : "git"
, "url" : "http://github.com/aperiodic/f7u12rl.git"
}
, "engines" : { "node" : ">= 0.4.11" }
, "directories" : { "lib" : "./lib"}
, "bin" : { "f7u12rl" : "./server.js" }
, "scripts" : { "test" : "./test/smoketest.sh" }
, "dependencies" : { "canvas" : "0.7.x"
, "curry" : "0.0.3"
, "express" : "2.4.x"
, "flags" : "0.1.x"
, "gm" : "0.5.0"
, "jade" : "0.15.x"
, "winston" : "0.5.x"
}
}