UNPKG

eligible-api

Version:

Implementation of Eligible (https://eligible.com/) REST API

41 lines (40 loc) 820 B
{ "name": "eligible-api", "version": "0.1.4", "description": "Implementation of Eligible (https://eligible.com/) REST API", "main": "index.js", "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git@github.com:bookmd/eligible-api.git" }, "keywords": [ "eligible", "Eligible", "EligibleAPI" ], "author": { "name": "BookMD" }, "pepole": [ { "name": "Matan Lieberman", "email": "matan.libermann@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/bookmd/eligible-api/issues" }, "homepage": "https://github.com/bookmd/eligible-api", "dependencies": { "lodash": "^3.10.1", "moment": "^2.10.6", "node-simple-schema": "0.0.3" }, "devDependencies": { "jasmine": "^2.3.2" } }