-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "@booljs/templates",
"version": "1.0.0",
"description": "BoolJS Template for API (Users & Auth)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"pretest": "eslint \"**/*.js\"",
"test": "cross-env NODE_ENV=test mocha --exit --timeout 15000 test/_.js test/*"
},
"author": "Pablo Andrés Dorado Suárez <[email protected]>",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"booljs": "^0.7.18",
"booljs.mongoose": "0.5.1",
"booljs.oauth2": "^0.2.0",
"booljs.passport": "^0.2.1",
"crypto": "^1.0.1",
"es-promisify": "^1.1.2",
"faker": "^4.1.0",
"moment": "^2.22.2",
"mongoose": "^5.3.3",
"mongoose-deep-populate": "^3.1.1",
"mongoose-geojson-schema": "^2.1.3",
"mongoose-hidden": "^1.6.0",
"oauth2orize": "^1.11.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-oauth2-client-password": "^0.1.2"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.2.0",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0",
"snazzy": "^8.0.0",
"standard-engine": "^10.0.0",
"supertest": "^3.1.0"
}
}