forked from alfredruhara/property-pro-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.79 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
{
"name": "property-pro-lite",
"version": "1.0.0",
"description": "Property Pro Lite is a platform where people can create and/or search properties for sale or rent. ",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test nyc --reporter=text mocha --require babel-register server/tests/*.js --exit ",
"test:watch": "mocha --watch",
"start": "NODE_ENV=development babel-watch server.js",
"coverage": "nyc report --reporter=text-lcov | coveralls "
},
"repository": {
"type": "git",
"url": "git+https://github.com/alfredruhara/property-pro-lite.git"
},
"author": "chadrack ruhara",
"license": "ISC",
"bugs": {
"url": "https://github.com/alfredruhara/property-pro-lite/issues"
},
"homepage": "https://github.com/alfredruhara/property-pro-lite#readme",
"dependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"@hapi/joi": "^15.1.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"babel-watch": "^7.0.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cloudinary": "^1.14.0",
"connect-multiparty": "^2.2.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1",
"nodemailer": "^6.3.0",
"object.omit": "^3.0.0",
"pg": "^7.11.0",
"request": "^2.88.0",
"swagger-ui-express": "^4.0.7",
"url": "^0.11.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"coveralls": "^3.0.4",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.18.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"nodemon": "^1.19.1",
"nyc": "^14.1.1"
}
}