-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
{
"name": "ue-comments-and-ratings",
"version": "1.2.4",
"private": false,
"main": "app.js",
"contributors": [
{
"name": "Bo Motlagh",
"email": "[email protected]"
}
],
"scripts": {
"start": "node ./bin/start",
"dev": "nodemon ./bin/start",
"build": "babel lib -d dist",
"test": "mocha --recursive './test/*Test.js' --compilers js:babel-core/register",
"lintFix": "eslint . --fix"
},
"dependencies": {
"accesscontrol": "^2.2.0",
"apicache": "^1.2.1",
"babel-core": "^6.25.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.16.1",
"cookie-parser": "^1.4.3",
"debug": "^3.0.0",
"es6-promisify": "^5.0.0",
"express": "^4.16.2",
"install": "^0.10.1",
"joi": "^13.2.0",
"moment": "^2.22.2",
"mongoose": "^5.7.5",
"morgan": "^1.8.2",
"npm": "^6.14.6",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"pug": "^3.0.1",
"serve-favicon": "^2.4.3",
"yamljs": "^0.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"chai": "^4.1.1",
"chai-http": "^3.0.0",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.2.1",
"mocha": "^3.3.0",
"sinon": "^7.3.2",
"sinon-mongoose": "^2.3.0"
},
"resolutions": {
"mocha/*/growl": "^1.10.0",
"chai-http/*/superagent": "^3.7.0",
"os-locale/*/mem": "^4.0.0"
}
}