-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
62 lines (62 loc) · 1.41 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
{
"name": "meanmap",
"version": "1.0.0",
"description": "Mean map is a directory for mean stack developers all over the world",
"main": "server.js",
"engines": {
"node": "0.12.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/unicodeveloper/meanmap.git"
},
"keywords": [
"Mean",
"Stack",
"mean",
"meanmap",
"angularjs",
"expressjs",
"nodejs",
"mongodb",
"developers",
"map"
],
"author": "Prosper Otemuyiwa",
"license": "MIT",
"bugs": {
"url": "https://github.com/unicodeveloper/meanmap/issues"
},
"homepage": "https://github.com/unicodeveloper/meanmap",
"dependencies": {
"async": "^1.2.1",
"bcrypt": "^0.8.3",
"bluebird": "^2.9.27",
"body-parser": "^1.12.4",
"cloudinary": "^1.2.1",
"cors": "^2.7.1",
"dotenv": "^1.1.0",
"express": "^4.12.4",
"fs": "0.0.2",
"gravatar": "^1.1.1",
"jsonwebtoken": "^5.0.1",
"lodash": "^3.10.0",
"mailchimp": "^1.1.0",
"mailchimp-api": "^2.0.7",
"mongoose": "^4.0.5",
"morgan": "^1.5.3",
"multiparty": "^4.1.2",
"node-uuid": "^1.4.3",
"nodebb": "^0.7.0",
"nodemailer": "^1.3.4",
"nodemailer-smtp-transport": "^1.0.3",
"passport": "^0.2.2",
"q": "^1.4.1",
"slug": "^0.9.1",
"webshot": "^0.16.0"
}
}