-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.13 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
43
44
{
"name": "quick_quote",
"version": "1.0.0",
"description": "node version of quickQuote application.",
"main": "",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"connect": "^2.30.2",
"connect-form": "^0.2.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "1.4.0",
"ejs": "^2.3.4",
"express": "4.13.3",
"express-ejs-layouts": "^2.0.0",
"express-session": "1.12.1",
"fluent-ffmpeg": "^2.0.1",
"formidable": "^1.0.17",
"handlebars": "^4.0.5",
"logger": "0.0.1",
"mongoose": "4.2.8",
"multer": "^1.1.0",
"passport": "0.3.2",
"passport-twitter": "1.0.3",
"request": "^2.67.0",
"session-mongoose": "^0.5.2",
"subtitles-parser": "0.0.2",
"twit": "2.1.1",
"twitter-media": "0.1.0"
},
"scripts": {
"start": "NODE_PATH=. node lib/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pietrop/quickQuoteNode.git"
},
"author": "Pietro Passarelli",
"license": "MIT",
"bugs": {
"url": "https://github.com/pietrop/quickQuoteNode/issues"
},
"homepage": "https://github.com/pietrop/quickQuoteNode#readme"
}