-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 916 Bytes
/
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
{
"name": "node-capstone-portfolio-tracker",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"bcrypt": "^0.8.7",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"cors": "^2.8.4",
"express": "^4.14.0",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.18.1",
"mongodb": "^2.2.9",
"mongoose": "^4.5.10",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"unirest": "^0.5.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"faker": "^3.1.0",
"mocha": "^3.2.0"
},
"engines": {
"node": "^8.2.1"
},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fulin426/node-capstone-portfolio-tracker.git"
},
"author": "Fu Lin Liu",
"license": "ISC",
"bugs": {
"url": "https://github.com/fulin426/node-capstone-portfolio-tracker/issues"
},
"homepage": "https://github.com/fulin426/node-capstone-portfolio-tracker#readme"
}