UNPKG

hds-api

Version:

HTTP API to interact with hds

43 lines (42 loc) 994 B
{ "name": "hds-api", "version": "0.0.1", "description": "HTTP API to interact with hds", "main": "src/index.js", "scripts": { "test": "mocha --harmony --require should --reporter mocha-better-spec-reporter --recursive" }, "repository": "cheminfo/hds-api", "keywords": [ "hierarchical", "data", "store", "hds", "api" ], "author": { "name": "Michaël Zasso", "email": "michael.zasso@epfl.ch" }, "contributors": [ "Miguel Asencio <maasencioh@gmail.com> (https://github.com/maasencioh)" ], "license": "MIT", "bugs": { "url": "https://github.com/cheminfo/hds-api/issues" }, "homepage": "https://github.com/cheminfo/hds-api", "devDependencies": { "mocha": "latest", "mocha-better-spec-reporter": "latest", "should": "latest", "supertest": "latest", "hds": "latest" }, "dependencies": { "koa": "^1.0.0", "koa-body-parser": "^1.1.2", "koa-mount": "^1.3.0", "koa-router": "^5.1.2" } }