-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
49 lines (49 loc) · 1008 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "shmile",
"version": "0.2.0",
"author": "Andrew Hao <[email protected]> (http://www.g9labs.com)",
"description": "Photobooth controller for Node.",
"keywords": [
"nodejs",
"photos",
"photobooth",
"photo booth",
"camera",
"gphoto2",
"photography",
"party"
],
"scripts": {
"start": "node_modules/.bin/coffee app.coffee",
"test": "gulp test"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com:porkbuns/shmile.git"
},
"dependencies": {
"socket.io": "~0.9.16",
"express": "~3.4.8",
"jade": "~1.2.0",
"imagemagick": "~0.1.3",
"yaml": "~0.2.3",
"coffee-script": "~1.7.1",
"dotenv": "~0.3.0"
},
"devDependencies": {
"gulp": "~3.6.2",
"chai": "*",
"mocha": "~1.19.0",
"gulp-spawn-mocha": "~0.1.4",
"sinon": "~1.10.0",
"rewire": "~2.0.1",
"fs-extra": "~0.11.0"
},
"engines": [
"node >=0.8.0"
],
"directories": {
"lib": "lib"
}
}