This repository was archived by the owner on Apr 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 3.94 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 3.94 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "gobhash-backend",
"version": "1.0.0",
"description": "REST API to social network GobHash",
"author": "Pablo Díaz <pablodiaz@newtonlabs.com.gt",
"main": "index.js",
"private": false,
"engines": {
"node": "8.11.1",
"npm": ">=4.15.11",
"yarn": ">=0.20.3"
},
"scripts": {
"start": "pm2 start dist/index.js -i 2 --attach && pm2 link cnylh3vhw2pxtvf 1r8u14nfdcfribv",
"dev": "gulp serve",
"start:debug": "cross-env DEBUG=express-mongoose-es6-rest-api:* yarn start",
"build": "gulp",
"lint": "esw *.js server config --color",
"lint:watch": "yarn lint -- --watch",
"precommit": "yarn lint && yarn test",
"test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors --compilers js:babel-core/register server/v1/tests --recursive",
"test:watch": "yarn test -- --watch",
"test:coverage": "cross-env NODE_ENV=test ./node_modules/.bin/istanbul cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register server/v1/tests --recursive && ./node_modules/.bin/codecov -t 32d5fc43-ccba-43a6-9a6b-9ad7058a28e4",
"test:check-coverage": "yarn test:coverage && istanbul check-coverage",
"report-coverage": "coveralls < ./coverage/lcov.info",
"postinstall": "gulp",
"production": "node dist/index.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git@github.com:fcpauldiaz/BackEnd-GobHash.git"
},
"keywords": [
"express",
"node",
"node.js",
"mongodb",
"mongoose",
"es6",
"mocha",
"istanbul",
"REST",
"API",
"boilerplate"
],
"dependencies": {
"aws-sdk": "^2.61.0",
"babel-core": "^6.25.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.24.1",
"bcryptjs": "^2.4.3",
"body-parser": "1.18.2",
"codecov": "3.0.1",
"compression": "1.7.1",
"connect-ensure-login": "^0.1.1",
"connect-redis": "^3.3.2",
"cookie-parser": "1.4.3",
"cors": "^2.8.4",
"debug": "3.1.0",
"del": "^3.0.0",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"express-validation": "^1.0.2",
"express-winston": "^2.5.1",
"gobhash-swagger": "^2.0.6",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-load-plugins": "^1.2.0",
"gulp-newer": "^1.1.0",
"gulp-sourcemaps": "^2.6.0",
"handlebars": "^4.0.10",
"helmet": "^3.12.0",
"http-status": "^1.0.1",
"joi": "^13.3.0",
"js-yaml": "^3.8.2",
"jsonwebtoken": "^8.2.1",
"mailcomposer": "^4.0.2",
"mailgun-js": "0.18.0",
"method-override": "2.3.10",
"mongoose": "^5.1.0",
"morgan": "1.9.0",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"newrelic": "^4.1.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.3.0",
"pg-hstore": "^2.3.2",
"pm2": "^2.5.0",
"pmx": "^1.2.0",
"run-sequence": "^2.2.0",
"sequelize": "^4.2.0",
"snyk": "^1.41.1",
"socket.io": "^2.0.3",
"socket.io-redis": "^5.2.0",
"squel": "^5.12.0",
"winston": "^2.4.2"
},
"devDependencies": {
"chai": "^4.0.1",
"commitizen": "^2.9.6",
"coveralls": "^3.0.0",
"cross-env": "5.0.5",
"cz-conventional-changelog": "2.0.0",
"eslint": "4.8.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-import": "2.7.0",
"eslint-watch": "3.1.2",
"gulp-nodemon": "^2.0.6",
"husky": "^0.14.3",
"istanbul": "1.1.0-alpha.1",
"mocha": "^5.1.1",
"sequelize-cli": "^3.0.0",
"supertest": "3.0.0"
},
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"babel": {
"presets": [
"env"
],
"plugins": [
"add-module-exports"
]
},
"snyk": true
}