-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 971 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
{
"author": "Liam Kaufman <[email protected]> (liamkaufman.com)",
"name": "drawbridge",
"description": "User authentication, waiting lists, and invitations for express",
"version": "0.2.16",
"repository": {
"type":"git",
"url": "[email protected]:liamks/Drawbridge.js.git"
},
"main": "index",
"engines": {
"node": ">= 0.6.2"
},
"scripts" :{
"test" : "mocha -R spec"
},
"dependencies": {
"validator" : "0.4.5" ,
"nodemailer" : "0.3.14" ,
"postmark" : "0.1.6" ,
"commander" : "0.6.0" ,
"mkdirp" : "0.3.1" ,
"node-uuid" : "1.3.3" ,
"underscore" : "1.3.3" ,
"redis" : "0.7.1" ,
"jade" : "0.25.0" ,
"bcrypt" : "0.5.0" ,
"express" : "2.5.9"
},
"devDependencies": {
"request" : "2.9.202",
"jsdom" : "0.2.14",
"mocha" : "1.0.1",
"should" : "0.6.1"
},
"bin" : { "drawbridge" : "./bin/drawbridge"}
}