-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "imageupload",
"version": "1.0.0",
"description": "store base64url of image in mongodb",
"main": "server.js",
"dependencies": {
"angular-loading-bar": "^0.9.0",
"angular": "^1.7.3",
"angular-material": "^1.1.10",
"angular-route": "^1.7.2",
"angular-ui-bootstrap": "^2.5.6",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"connect-mongodb-session": "^2.0.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"file-system": "^2.2.2",
"mongodb": "^3.1.4",
"mongojs": "^2.6.0",
"multer": "^1.4.1",
"ng-file-upload": "^12.2.13",
"ngstorage": "^0.3.11",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"svg-assets-cache": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"\u001b[A\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[B\u001b[B"
],
"author": "",
"license": "ISC"
}