-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·115 lines (115 loc) · 3.35 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "hackathon-starter",
"version": "2.2.1",
"repository": {
"type": "git",
"url": "https://github.com/sahat/hackathon-starter.git"
},
"scripts": {
"start": "nf start --port 8080",
"api": "cd api & npm start",
"web": "cd web & npm start",
"test": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
"unit": "./node_modules/karma/bin/karma start test/unit/karma.conf.js",
"integration": "node test/integration"
},
"dependencies": {
"MD5": "^1.2.1",
"async": "^0.9.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.4.3",
"cheerio": "^0.17.0",
"clockwork": "^0.1.1",
"compression": "^1.0.8",
"connect-assets": "^3.0.1",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.1",
"csso": "^1.3.11",
"dotenv": "^0.4.0",
"errorhandler": "^1.1.1",
"express": "^4.4.4",
"express-flash": "^0.0.2",
"express-session": "^1.5.1",
"express-validator": "^2.3.0",
"fbgraph": "^0.2.10",
"github-api": "^0.7.0",
"glob": "^4.0.4",
"handlebars": "^2.0.0-alpha.4",
"hbs": "^2.7.0",
"instagram-node": "^0.4.0",
"lastfm": "^0.9.0",
"lodash": "^2.4.1",
"lusca": "^1.0.0",
"method-override": "^2.0.2",
"mongoose": "^3.8.12",
"morgan": "^1.1.1",
"node-foursquare": "^0.2.1",
"node-linkedin": "^0.2.0",
"nodemailer": "^0.7.0",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-instagram": "^0.1.2",
"passport-linkedin-oauth2": "^1.1.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.2",
"request": "^2.36.0",
"stripe": "^2.6.3",
"tumblr.js": "^0.0.4",
"twilio": "^1.6.0",
"twit": "^1.1.15",
"uglify-js": "^2.4.14",
"validator": "^3.13.0",
"yui": "^3.17.1"
},
"devDependencies": {
"blessed": "0.0.33",
"browser-sync": "~0.8.2",
"browserify": "~3.36.0",
"browserify-shim": "~3.4.1",
"chai": "^1.9.1",
"gulp": "^3.8.5",
"gulp-autoprefixer": "0.0.8",
"gulp-browserify": "^0.5.0",
"gulp-changed": "~0.3.0",
"gulp-compass": "^1.1.9",
"gulp-compile-handlebars": "git+https://github.com/kaanon/gulp-compile-handlebars.git",
"gulp-css-globbing": "^0.1.2",
"gulp-filter": "^0.5.0",
"gulp-imagemin": "~0.1.5",
"gulp-livereload": "~2.1.0",
"gulp-notify": "~1.2.4",
"gulp-open": "~0.2.8",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-shell": "^0.2.9",
"gulp-uglify": "^1.0.1",
"gulp-util": "~2.2.19",
"gulp-watchify": "0.2.0",
"handlebars-helpers": "^0.5.6",
"karma": "^0.12.22",
"karma-browserify": "^0.2.1",
"karma-chai-sinon": "^0.1.3",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-growl-reporter": "^0.1.1",
"karma-ie-launcher": "^0.1.5",
"karma-jshint-preprocessor": "0.0.3",
"karma-mocha": "^0.1.9",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"mocha": "^1.20.1",
"multiline": "^0.3.4",
"pretty-hrtime": "~0.2.1",
"run-sequence": "^0.3.6",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"supertest": "^0.13.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "^0.6.1"
}
}