-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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
{
"name": "tvrbo",
"version": "0.12.0",
"description": "",
"main": "server.js",
"scripts": {
"postinstall": "gulp bower ; gulp make",
"start": "node server.js"
},
"dependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.13.2",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.3.5",
"curlrequest": "^0.5.2",
"del": "^1.2.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"external-ip": "^0.2.3",
"gulp": "^3.9.0",
"gulp-angular-gettext": "^2.1.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "0.0.7",
"gulp-bower": "0.0.10",
"gulp-concat": "~2.2.0",
"gulp-htmlmin": "^0.1.3",
"gulp-imagemin": "~0.6.1",
"gulp-jade": "~0.6.1",
"gulp-jshint": "~1.6.3",
"gulp-less": "^1.3.6",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "~0.3.4",
"gulp-ng-annotate": "^1.0.0",
"gulp-nodemon": "~1.0.4",
"gulp-rename": "~1.2.0",
"gulp-sass": "^2.0.4",
"gulp-shell": "~0.2.7",
"gulp-uglify": "~0.3.0",
"instagram-node-lib": "^0.1.1",
"method-override": "^2.3.4",
"mongoose": "^4.0.5",
"nconf": "^0.7.1",
"q": "^1.4.1",
"request": "^2.58.0",
"run-sequence": "^1.1.0",
"serve-static": "^1.10.0",
"twitter": "^1.2.5"
},
"devDependencies": {
"assert": "^1.3.0",
"gulp-batch": "^1.0.5",
"gulp-open": "^0.3.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"install": "^0.1.8",
"markdown": "^0.5.0",
"nodemon": "^1.2.1",
"npm": "^2.10.1",
"should": "^7.0.1",
"winston": "^1.0.1"
}
}