-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 912 Bytes
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
{
"name": "memotown",
"version": "1.0.0",
"description": "Location-based messaging",
"author": "Mofosoft NKO 2015 Team",
"licence": "Unlicensed",
"repository": "git@github.com:nko5/mofosoft.git",
"private": true,
"contributors": [
{
"name": "Andrei Railean"
},
{
"name": "Rudy"
}
],
"main": "./server.js",
"dependencies": {
"auth0": "^0.8.2",
"body-parser": "^1.14.1",
"bower": "^1.6.5",
"cors": "^2.7.1",
"dotenv": "^1.2.0",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-jwt": "^3.1.0",
"express-session": "^1.12.1",
"method-override": "^2.3.5",
"mongoose": "^4.2.4",
"multer": "^1.1.0",
"faker": "^3.0.1"
},
"scripts": {
"prestart": "npm install",
"start": "node server.js",
"postinstall": "node scripts/postinstall.js && bower install"
},
"config": {
"port": "3000"
}
}