-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·85 lines (85 loc) · 2.06 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "tamstrade",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/sahat/hackathon-starter.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"dependencies": {
"async": "^0.7.0",
"bcrypt-nodejs": "^0.0.3",
"cheerio": "^0.15.0",
"clockwork": "^0.1.1",
"connect-assets": "^3.0.0-beta2",
"connect-mongo": "^0.4.0",
"csso": "^1.3.11",
"express": "^4.0.0",
"body-parser": "^1.0.2",
"cookie-parser": "^1.0.1",
"static-favicon": "^1.0.2",
"express-session": "^1.0.2",
"morgan": "^1.0.0",
"compression": "^1.0.1",
"errorhandler": "^1.0.0",
"method-override": "^1.0.0",
"express-flash": "^0.0.2",
"express-validator": "^2.1.1",
"fbgraph": "^0.2.10",
"github-api": "^0.7.0",
"jade": "^1.3.1",
"lastfm": "^0.9.0",
"less": "^1.7.0",
"lusca": "^1.0.0",
"mongoose": "^3.8.8",
"node-foursquare": "^0.2.0",
"node-linkedin": "^0.1.6",
"nodemailer": "^0.6.2",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-linkedin-oauth2": "^1.1.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.2",
"request": "^2.34.0",
"stripe": "^2.5.0",
"tumblr.js": "^0.0.4",
"twilio": "^1.6.0",
"twit": "^1.1.13",
"underscore": "^1.6.0",
"uglify-js": "^2.4.12",
"validator": "^3.9.0"
},
"devDependencies": {
"mocha": "^1.18.2",
"chai": "^1.9.1",
"supertest": "^0.11.0",
"mstring": "^0.1.2",
"inquirer": "^0.4.1",
"colors": "^0.6.2"
},
"bugs": {
"url": "https://github.com/sahat/hackathon-starter/issues"
},
"homepage": "https://github.com/sahat/hackathon-starter",
"description": "Trading app for TAMS CSO Hackathon",
"main": "app.js",
"directories": {
"test": "test"
},
"keywords": [
"trading",
"hackathon",
"TAMS"
],
"author": "Brandon Truong",
"license": "MIT",
"engines": {
"node": "0.10.x"
}
}