kazana-example
Version:
Kazana example app
51 lines • 1.31 kB
JSON
{
"name": "kazana-example",
"description": "Kazana example app",
"main": "index.js",
"scripts": {
"start": "kazana",
"services": "kazana-services",
"pretest": "standard",
"test": "kazana_config=test/kazanarc tap --timeout 600 test/**/*-test.js",
"test:setup": "selenium-standalone install",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eHealthAfrica/kazana-example.git"
},
"keywords": [
"kazana",
"app"
],
"author": {
"name": "eHealth Africa"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/eHealthAfrica/kazana-example/issues"
},
"homepage": "https://github.com/eHealthAfrica/kazana-example#readme",
"engines": {
"node": ">=4.2.2",
"npm": ">=2.14.7"
},
"dependencies": {
"kazana": "^8.5.6"
},
"devDependencies": {
"async": "^1.5.2",
"kazana-config": "^5.4.4",
"kazana-server": "3.9.10",
"lodash": "^4.5.0",
"request": "^2.69.0",
"selenium-standalone": "5.1.0",
"semantic-release": "^6.0.3",
"standard": "^6.0.5",
"tap": "5.4.3",
"webdriverio": "4.0.5"
},
"version": "2.12.0",
"readme": "ERROR: No README data found!",
"_id": "kazana-example@"
}