omniacare
Version:
CHR OmniaCare API SDK for NodeJS
37 lines (36 loc) • 799 B
JSON
{
"name": "omniacare",
"version": "0.0.0",
"description": "CHR OmniaCare API SDK for NodeJS",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/buckeyecablesystem/omniacare.git"
},
"keywords": [
"CHR",
"OmniaCare"
],
"author": "Cory Bowles <cbowles@telesystem.us>",
"license": "ISC",
"dependencies": {
"lodash": "^3.10.1",
"moment": "^2.10.6",
"node-validator": "^0.1.19",
"xml2js": "^0.4.15"
},
"devDependencies": {
"chai": "^3.4.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jsdoc": "^1.0.0",
"grunt-simple-mocha": "^0.4.0",
"ink-docstrap": "^0.5.2",
"jsdoc": "^3.3.3",
"mocha": "^2.3.3",
"nock": "^2.17.0"
}
}