Files
sample-node-api/package.json
Nakul Manchanda af62b9c014 added https server path
Signed-off-by: Nakul Manchanda <nakul.manchanda@ibm.com>
2019-02-28 16:17:22 -05:00

20 lines
482 B
JSON

{
"name": "sample-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/app.js",
"test": "istanbul cover cucumber-js -- test/features/*feature --require test/support/ --report cobertura --report html --tags \"not @leave\""
},
"author": "",
"license": "ISC",
"dependencies": {
"cucumber": "^5.1.0",
"express": "^4.16.4",
"supertest": "^3.4.2",
"assert": "^1.4.1",
"istanbul": "^0.4.5"
}
}