-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.2 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
{
"name": "teamwork",
"version": "1.0.0",
"engines": {
"node": "10.15.3"
},
"description": "Teamwork is an internal social network for employees of an organization. The goal of this",
"main": "server.js",
"scripts": {
"test": "set NODE_ENV=test && babel-node test_db dropAllTables && babel-node test_db createSchema && babel-node test_db createAllTables && babel-node test_db createAdmin && nyc mocha --require babel-core/register --timeout 25000",
"lint": "eslint",
"start": "babel-node server.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodenNerd/TeamWork.git"
},
"keywords": [
"Andela",
"Facebook",
"DevC",
"OpenClassrooms",
"social",
"employees",
"teamwork"
],
"author": "AbdulAzeez Atanda",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodenNerd/TeamWork/issues"
},
"homepage": "https://github.com/CodenNerd/TeamWork#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.1",
"eslint-plugin-react": "^7.4.0",
"istanbul": "^0.4.5",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"supertest": "^4.0.2"
},
"dependencies": {
"@google-cloud/vision": "^1.7.0",
"@hapi/joi": "^16.1.7",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cloudinary": "^1.16.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.6-alpha.6",
"jsonwebtoken": "^8.5.1",
"make-runnable": "^1.3.6",
"pg": "^7.12.1",
"uuid": "^3.3.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0"
}
}