UNPKG

ecg-quicktest-model

Version:
41 lines (40 loc) 967 B
{ "name": "ecg-quicktest-model", "version": "0.0.7", "description": "JavaScript Model for the ECG quick test", "main": "src/quicktest-model.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/ecogood/ecg-quicktest-model" }, "keywords": [ "ecg", "commongood", "quicktest", "model" ], "author": "Nikolay Georgiev", "license": [ { "type": "MIT", "url": "http://github.com/ecogood/ecg-quicktest-model/blob/master/LICENSE-MIT" } ], "bugs": { "url": "https://github.com/ecogood/ecg-quicktest-model/issues" }, "homepage": "https://github.com/ecogood/ecg-quicktest-model", "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-watch": "~0.5.3", "grunt-simple-mocha": "^0.4.0", "matchdep": "^0.3.0", "chai": "^1.9.2", "mocha": "^1.21.4" } }