forked from patrice902609/blurbiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 917 Bytes
/
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
{
"name": "blurbiz-angular-frontend",
"version": "1.0.0",
"description": "Blurbiz video Editor",
"repository": {
"type": "git",
"url": "https://github.com/TimurDaudpota/bb.git"
},
"scripts": {
"start": "node server.js",
"postinstall": "bower install"
},
"dependencies": {
"angular-google-picker": "^0.2.2",
"bcryptjs": "^2.1.0",
"body-parser": "^1.13.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.3.3",
"express": "^4.13.0",
"express-jwt": "^3.0.1",
"express-session": "^1.11.3",
"googleapis": "^12.4.0",
"jsonwebtoken": "^5.0.2",
"lodash": "^3.10.0",
"mongodb": "^2.1.16",
"mongoskin": "^2.1.0",
"ng-dialog": "^0.6.4",
"path": "^0.12.7",
"q": "^1.4.1",
"request": "^2.58.0",
"rootpath": "^0.1.2",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"socket.io-stream": "^0.9.0"
},
"license": "MIT"
}