-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "Redeemr",
"version": "0.0.0",
"description": "Call out friends for douche moves and have them redeem themselves by donating to charity.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/khalifenizar/Redeemr.git"
},
"keywords": [
"redeemr",
"paypal",
"callout",
"douche"
],
"author": "Team Cardboard Box",
"contributors": [
"Zoe Aponte <[email protected]>",
"Waldemar Figueroa <[email protected]>",
"Nizar Khalife Iglesias <[email protected]>",
"Jorge Suarez <[email protected]>"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/khalifenizar/Redeemr/issues"
},
"dependencies": {
"express": "~3.3.5",
"jade": "*",
"express-hbs": "~0.2.0",
"redis": "~0.8.4",
"sendgrid": "~0.3.0-rc.1.5",
"paypal-rest-sdk": "~0.6.3"
},
"engines": {
"node": "0.10.x"
}
}