-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
{
"name": "kidstales",
"version": "0.8.8",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/www",
"dev": "NODE_ENV=development node ./bin/www",
"debug": "DEBUG=express:* node ./bin/www",
"sass": "sass --watch client/sass/:client/public/stylesheets/"
},
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"acorn": "^5.5.1",
"bluebird": "^3.5.1",
"body-parser": "~1.15.2",
"compression": "^1.7.2",
"config": "^1.30.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"easyimage": "^2.2.1",
"express": "~4.14.0",
"express-session": "^1.14.2",
"flash": "^1.1.0",
"json": "^9.0.6",
"moment": "^2.21.0",
"mongoose": "^4.13.11",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.7.0",
"mpromise": "^0.5.5",
"multer": "^1.3.0",
"node-geocoder": "^3.22.0",
"nodemailer": "^4.6.2",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"passport-slack": "0.0.7",
"pug": "^2.0.0",
"recursive-readdir-sync": "^1.0.6",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"serve-favicon": "~2.3.0",
"slackbots": "^1.1.0",
"uglify-js": "^3.3.13"
},
"description": "For the children.",
"main": "./bin/www",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/KidsTales/kt-web.git"
},
"author": "Frank Matranga <thefrankmatranga@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KidsTales/kt-web/issues"
},
"homepage": "https://github.com/KidsTales/kt-web#readme",
"false": {}
}