-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.3 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
{
"name": "bwl",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"angular-masonry": "^0.16.0",
"angular-material": "^1.1.1",
"angular-material-advanced-lightbox": "^0.1.1",
"aws-sdk": "^2.36.0",
"body-parser": "~1.15.2",
"btoa": "^1.1.2",
"cloudinary": "^1.8.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"desandro-matches-selector": "^2.0.2",
"dropzone": "^4.3.0",
"ev-emitter": "^1.0.3",
"express": "~4.14.0",
"express-fileupload": "^0.1.2",
"fa": "^1.0.1",
"fizzy-ui-utils": "^2.0.3",
"fs": "0.0.1-security",
"jade": "~1.11.0",
"jquery-bridget": "^2.0.1",
"lodash": "^4.17.4",
"masonry": "0.0.2",
"masonry-layout": "^4.1.1",
"mongoose": "^4.8.1",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"outlayer": "^2.1.0",
"s3-image-uploader": "^1.0.7",
"serve-favicon": "~2.3.0",
"swal": "^0.1.0",
"sweetalert": "^1.1.3"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/adirsiton/BWL.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adirsiton/BWL/issues"
},
"homepage": "https://github.com/adirsiton/BWL#readme",
"description": ""
}