-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.44 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.44 KB
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
{
"name": "CompileOnTheGo",
"main": "server.js",
"version": "0.0.1",
"private": true,
"author": "https://github.com/grudra7714",
"repository": {
"type": "git",
"url": "https://github.com/grudra7714/CompileOnTheGo"
},
"engines": {
"node": ">=0.10.28",
"npm": ">=1.4.28"
},
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
"async": "^1.4.0",
"bcryptjs": "^2.1.0",
"body-parser": "~1.9.2",
"cloudinary": "^1.2.1",
"compilex": "^0.7.3",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.3.4",
"coupon-code": "^0.4.2",
"crypto-js": "^3.1.5",
"cryptojs": "^2.5.3",
"csvtojson": "^0.3.21",
"ejs": "^0.8.5",
"errorhandler": "~1.3.5",
"events": "^1.1.0",
"express": "~4.10.1",
"express-session": "~1.9.1",
"fs": "0.0.2",
"http-post": "^0.1.1",
"json2csv": "^2.4.1",
"lodash": "^3.10.1",
"mandrill-api": "^1.0.45",
"method-override": "~2.3.2",
"moment": "^2.10.3",
"mongoose": "~3.8.8",
"mongoose-timestamp": "^0.4.0",
"morgan": "~1.0.0",
"multer": "^0.1.8",
"passport": "^0.2.0",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"path": "^0.12.7",
"request": "latest",
"sendgrid": "^1.8.0",
"serve-favicon": "~2.1.7",
"static-favicon": "^1.0.2",
"underscore": "1.6.0",
"webpage": "^0.3.0"
}
}