-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "merapi-plugin-express",
"version": "0.7.5",
"description": "Merapi Plugin for Express App",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --exit",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --exit && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kata-ai/merapi-plugin-express.git"
},
"keywords": [
"express",
"merapi"
],
"author": "Ahmad Rizqi Meydiarso",
"contributors": [
"Roni Kurniawan",
"Ikmal Syifai",
"Prakash Divy",
"Husnul Anwari"
],
"license": "ISC",
"homepage": "https://github.com/kata-ai/merapi-plugin-express",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"merapi": "^0.21.0",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"type-check": "^0.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^4.2.1",
"codacy-coverage": "^2.0.3",
"istanbul": "^0.4.5",
"mocha": "^6.0.2",
"mocha-lcov-reporter": "^1.3.0",
"supertest": "^3.0.0"
}
}