UNPKG

srvoa

Version:

Infrastructure for service oriented architecture.

44 lines (43 loc) 1.22 kB
{ "name": "srvoa", "version": "1.3.2", "description": "Infrastructure for service oriented architecture.", "author": { "name": "Alrik Zachert", "email": "az@kreatiefer.de" }, "scripts": { "test": "mocha --compilers js:babel/register --recursive", "test-and-cover": "./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover _mocha --report lcovonly -- -R spec", "publish-coveralls": "cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js", "build": "babel -d build Config.js Service.js ServiceManager.js Application.js ConfigService.js", "prepublish": "npm run build", "postinstall": "node bin/postinstall" }, "main": "package.js", "keywords": [ "soa", "service manager", "infrastructure", "service oriented architecture", "application", "framework", "foundation", "config", "services" ], "repository": { "type": "git", "url": "gitlab:kermit-js/kermit" }, "bugs": { "url": "https://gitlab.com/kermit-js/kermit/issues" }, "license": "BSD-2-Clause", "devDependencies": { "babel": "^5.8.23", "coveralls": "^2.11.4", "isparta": "^3.1.0", "mocha-lcov-reporter": "^1.0.0" } }