forked from instalob/instalob
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 831 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
{
"name": "instalob",
"version": "0.0.0",
"description": "#initToWinIt",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/instalob/instalob.git"
},
"engines": {
"node": "0.10x"
},
"keywords": [
"instagram",
"lob",
"postcard"
],
"author": "Jesse LaRue, Scott Moss, Mehul Patel, David Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/instalob/instalob/issues"
},
"dependencies": {
"q": "~1.0.0",
"nodemailer": "~0.6.0",
"express": "~3.4.8",
"mongoose": "~3.8.7",
"passport": "~0.2.0",
"passport-instagram": "~0.1.2",
"instagram-node-lib": "~0.1.1",
"request": "~2.34.0",
"bitcore": "~0.1.5",
"pdfkit": "~0.4.2"
}
}