-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "Deviare",
"title": "Deviare",
"description": "A simple node url shortener / redirector",
"author": "Mike Behnke, @LocalPCGuy",
"license": "MIT",
"version": "0.0.1",
"devDependencies": {
"body-parser": "^1.3.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.3.2",
"crypto": "0.0.3",
"express": "^4.4.0",
"express-session": "^1.7.6",
"gulp": "^3.8.1",
"gulp-autoprefixer": "0.0.7",
"gulp-cache": "^0.1.11",
"gulp-clean": "^0.3.0",
"gulp-concat": "^2.2.0",
"gulp-imagemin": "^0.6.1",
"gulp-jshint": "^1.6.3",
"gulp-livereload": "^2.1.0",
"gulp-minify-css": "^0.3.5",
"gulp-ngmin": "^0.3.0",
"gulp-notify": "^1.3.1",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.5.0",
"gulp-uglify": "^0.3.1",
"method-override": "^2.0.0",
"mongodb": "^1.4.5",
"mongoose": "^3.8.12",
"morgan": "^1.1.1",
"mpromise": "^0.5.1",
"passport": "^0.2.1",
"passport-twitter": "^1.0.2",
"q": "^1.0.1"
}
}