UNPKG

iqs-clients-attendance-node

Version:
59 lines (58 loc) 1.73 kB
{ "name": "iqs-clients-attendance-node", "version": "1.0.0", "author": "Conceptual Vision Consulting LLC", "description": "Node.js client sdk for attendance microservice", "contributors": [ { "name": "Sergey Seroukhov", "email": "seroukhov@gmail.com" } ], "main": "./obj/src/index.js", "typings": "./obj/src/index.d.ts", "keywords": [ "iquipsys", "positron", "attendance", "microservice", "client", "sdk" ], "noAnalyze": true, "repository": { "type": "git", "url": "git@github.com:iqs-positron/iqs-clients-attendance-node.git" }, "license": "MIT", "engines": { "node": ">=0.6.14" }, "private": false, "scripts": { "build": "tsc", "watch": "tsc --watch", "test": "mocha -t 5000 -R spec -u tdd --recursive ./obj/test", "retest": "tsc && mocha -t 5000 -R spec -u tdd --recursive ./obj/test", "benchmark": "matcha -R clean -I tdd ./obj/benchmark/run.js", "rebenchmark": "tsc && matcha -R clean -I tdd ./obj/benchmark/run.js" }, "dependencies": { "pip-services3-commons-node": "^3.0.0", "pip-services3-components-node": "^3.0.0", "pip-services3-rpc-node": "^3.0.0", "pip-services3-aws-node": "^3.0.0", "pip-clients-clusters-node": "^1.0.0" }, "devDependencies": { "@types/node": "*", "@types/lodash": "^4.0.0", "@types/async": "^2.0.0", "@types/chai": "*", "@types/mocha": "*", "restify": "^4.3.0", "chai": "*", "mocha": "*", "iqs-services-attendance-node": "^1.0.0" } }