This repository has been archived by the owner on May 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.75 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
{
"name": "NooBaa",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.10.25",
"npm": "1.3.x"
},
"scripts": {
"prepublish": "./node_modules/.bin/gulp install",
"start": "./node_modules/.bin/gulp start"
},
"browser": {
"jquery": "./lib/shim/jquery.js"
},
"browserify": {
"transform": [
"browserify-shim",
"debowerify",
"deamdify",
"deglobalify"
]
},
"browserify-shim": {
"jquery": "global:$"
},
"dependencies": {
"noobaa-util": "git+https://1ca59ff8cb89b36ed5cc65736999cc9c39989e42:[email protected]/noobaa/noobaa-util.git#194f1fdcb924ee5dee8f1b98513fa65838eeecaa",
"express": "~4.9.0",
"static-favicon": "~2.0.0-alpha",
"morgan": "~1.3.0",
"cookie-parser": "~1.3.3",
"cookie-session": "~1.0.2",
"body-parser": "~1.8.1",
"method-override": "~2.2.0",
"compression": "~1.1.0",
"async": "~0.9.0",
"masonry.js": "~3.1.5",
"passport": "~0.2.1",
"passport-facebook": "~1.0.3",
"passport-google-oauth": "~0.1.5",
"googleapis": "~1.0.12",
"mongoose": "~3.8.16",
"node-mandrill": "~1.0.1",
"aws-sdk": "~2.0.17",
"facebook-api": "~0.1.2",
"q": "~1.0.1",
"moment": "~2.8.3",
"nodetime": "~0.8.15",
"bowser": "~0.7.1",
"mime": "~1.2.11",
"mixpanel": "0.0.20",
"cloudfront-private-url-creator": "~1.0.51",
"express-minify": "0.0.11",
"uglify-js": "~2.4.15",
"browserify": "~5.11.2",
"browserify-shim": "~3.7.0",
"debowerify": "~0.8.1",
"esprima": "~1.2.2",
"deamdify": "~0.1.1",
"deglobalify": "~0.2.0",
"gulp": "~3.8.8",
"gulp-util": "~3.0.1",
"gulp-debug": "~1.0.1",
"gulp-size": "~1.1.0",
"gulp-rename": "~1.2.0",
"gulp-filter": "~1.0.2",
"gulp-concat": "~2.4.0",
"gulp-newer": "~0.3.0",
"gulp-cached": "~1.0.1",
"gulp-less": "~1.3.5",
"gulp-minify-html": "~0.1.5",
"gulp-minify-css": "~0.3.8",
"gulp-uglify": "~1.0.1",
"gulp-angular-templatecache": "~1.3.0",
"gulp-jshint": "~1.8.4",
"jshint-stylish": "~0.4.0",
"event-stream": "~3.1.7",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.0.0",
"jquery": "~2.1.1",
"jquery-ui": "~1.10.5",
"angular": "~1.2.23",
"dotenv": "~0.4.0",
"gulp-replace": "~0.4.0",
"through2": "~0.6.1",
"bower": "~1.3.10",
"video.js": "~4.8.1",
"gulp-plumber": "~0.6.5",
"gulp-notify": "~1.6.0",
"passport-local": "~1.0.0",
"bcrypt": "~0.8.0",
"gulp-mocha": "~1.1.0",
"gulp-istanbul": "~0.3.1",
"request": "~2.42.0",
"mocha": "~1.21.4",
"optimist": "~0.6.1",
"del": "~0.1.3",
"lodash": "~2.4.1"
},
"devDependencies": {
"npm-license": "~0.2.2",
"bower-license": "~0.2.2",
"mocha": "~1.21.3"
}
}