-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.38 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
{
"name": "etftrader",
"version": "1.0.0",
"description": "Allowing a user to trade an ETF",
"readme": "README.md",
"author": {
"name": "David Watkins, David Chen, Brett Jarvey, Soul Joshi",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/DavidWatkins/ClientETFTrader"
},
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"express": "~4.0.0",
"express-session": "~1.0.0",
"mongoose": "~4.4",
"morgan": "~1.0.0",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"run-sequence": "*",
"ejs": "*",
"serve-favicon": "~2.2.1"
},
"engines": {
"node": ">= 0.10",
"npm": ">= 2.1"
},
"license": "MIT",
"private": true,
"main": "server.js",
"devDependencies": {
"bower": "*",
"browser-sync": "^2.18.5",
"del": "^2.2.2",
"expect.js": "^0.3.1",
"gulp": "*",
"gulp-clean": "*",
"gulp-concat": "*",
"gulp-connect": "*",
"gulp-coverage": "^0.3.38",
"gulp-jshint": "*",
"gulp-minify-css": "*",
"gulp-minify-html": "*",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "*",
"gulp-processhtml": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"jshint": "2.*",
"mockgoose": "^6.0.8",
"underscore": "^1.8.3"
}
}