-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.22 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
{
"name": "AirBnB",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"test": "./node_modules/.bin/mocha --reporter spec ./test/register.js ./test/login.js ./test/updateRating.js ./test/updatePropertyStatus.js ./test/approveHost.js"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-base64-upload": "^0.1.19",
"angular-carousel": "^1.0.2",
"angular-daterangepicker": "^0.2.3-alpha1",
"angular-google-maps-native": "^2.0.0",
"angular-input-masks": "^2.5.0",
"angular-messages": "^1.5.9",
"angular-touch": "^1.5.9",
"async": "^2.1.4",
"barcode": "^0.1.0",
"bcrypt": "^0.8.7",
"body-parser": "~1.15.1",
"bootstrap": "^3.3.7",
"bootstrap-daterangepicker": "^2.1.24",
"bootstrap-material-design": "^0.5.10",
"bootstrap-select": "^1.12.0",
"bootstrap-toggle": "^2.2.2",
"cache-manager": "^2.2.0",
"cache-manager-redis": "^0.3.0",
"chai": "^3.5.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.4.1",
"es5-shim": "^4.5.9",
"express": "~4.13.4",
"express-session": "^1.14.2",
"fecha": "^2.3.0",
"font-awesome": "^4.7.0",
"geocoder": "^0.2.2",
"geopoint": "^1.0.1",
"gm": "^1.23.0",
"gmaps": "^0.4.24",
"html-pdf": "^2.1.0",
"html5shiv": "^3.7.3",
"jquery": "^3.1.1",
"line-reader": "^0.4.0",
"mocha": "^3.1.2",
"moment": "^2.17.0",
"mongodb": "^2.2.11",
"monk": "^3.1.3",
"morgan": "~1.7.0",
"mysql": "^2.12.0",
"mysql-cache": "^0.5.5-b",
"ng-device-detector": "^3.0.1",
"ng-focus-if": "^1.0.7",
"ng-range-slider": "^0.2.0",
"ngmap": "^1.17.8",
"node-geocoder": "^3.15.1",
"node-grok": "^2.0.3",
"node-uuid": "^1.4.7",
"nodemon": "^1.11.0",
"nvd3": "^1.8.4",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"properties-reader": "0.0.15",
"re-tree": "0.0.2",
"request": "^2.75.0",
"response-time": "^2.3.1",
"serve-favicon": "~2.3.0",
"sjcl": "^1.0.6",
"uglify-js": "^2.7.4",
"underscore": "^1.8.3",
"winston": "^2.2.0"
}
}