forked from tntp/Tntp.CodingExercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 749 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 749 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
{
"name": "cs-546-boilerplate",
"version": "1.0.0",
"description": "A boilerplate to use in CS-546 assignments; will be updated",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Stevens-CS546/Boilerplate.git"
},
"author": "Phil Barresi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stevens-CS546/Boilerplate/issues"
},
"homepage": "https://github.com/Stevens-CS546/Boilerplate#readme",
"dependencies": {
"body-parser": "^1.15.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"guid": "0.0.12",
"mongo": "^0.1.0",
"mongodb": "^2.1.7",
"request-promise": "^2.0.1"
}
}