forked from SantoshSrinivas79/myyna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.94 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "cubetboard",
"title": "Cubet bode v2 using sleek.js",
"keywords": [
"Sleek.js",
"Node.js",
"CubetBoard"
],
"author": "Cubet Techno Labs, Cochin <[email protected]>",
"description": "Pinterest clone script using node.js",
"contributors": [
{
"name": "Robin C Samuel",
"email": "[email protected]"
},
{
"name": "Jesus Torres",
"email": "[email protected]"
}
],
"version": "0.5.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.0",
"connect-mongo": "^1.1.0",
"consolidate": "^0.14.0",
"cookie-parser": "^1.4.1",
"errorhandler": "^1.1.1",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"facebook-js": "1.0.1",
"facebook-node-sdk": "0.2.0",
"fluent-ffmpeg": "^2.0.1",
"formidable": "^1.0.17",
"gm": "^1.21.1",
"handlebars": "^4.0.5",
"helmet": "^1.3.0",
"imagemagick": "^0.1.3",
"jade": "^1.11.0",
"method-override": "^2.3.5",
"mongodb": "^2.1.7",
"mongoose": "^4.4.6",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"ncp": "^2.0.0",
"node-twitter-api": "^1.7.0",
"nodemailer": "0.5.7",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.2",
"social-share": "latest",
"socket.io": "^1.4.5",
"webshot": "^0.18.0",
"youtube-feeds": "^2.4.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-concurrent": "2.2.1",
"grunt-contrib-cssmin": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "1.0.0",
"grunt-contrib-watch": "0.6.1",
"grunt-cssc": "0.2.6",
"grunt-htmlhint": "0.9.12-fix",
"grunt-nodemon": "0.4.1",
"grunt-node-inspector": "0.4.1",
"grunt-open": "0.2.3",
"grunt-shell": "1.2.1",
"grunt-wait": "0.1.0",
"matchdep": "1.0.1"
},
"license": "MIT"
}