UNPKG

chris-utils

Version:

JavaScript 6 client for the chris-utils API.

44 lines (43 loc) 1.02 kB
{ "name": "chris-utils", "version": "1.0.0", "description": "JavaScript 6 client for the chris-utils API.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "parcel index.html", "build": "parcel build index.html", "docs": "esdoc -c esdoc.json" }, "author": "Sandip <sandipsamal117@gmail.com>", "license": "ISC", "dependencies": { "@fnndsc/chrisapi": "^1.6.1", "file-saver": "^2.0.5", "src": "^1.1.2" }, "devDependencies": { "parcel-bundler": "^1.12.5", "esdoc": "^1.1.0", "esdoc-importpath-plugin": "^1.0.2", "esdoc-standard-plugin": "^1.0.0" }, "homepage": "https://fnndsc.github.io/chris-utils/", "directories": { "doc": "doc" }, "repository": { "type": "git", "url": "git+https://github.com/FNNDSC/chris-utils.git" }, "keywords": [ "chris", "feed", "client", "plugin", "files" ], "bugs": { "url": "https://github.com/FNNDSC/chris-utils/issues" } }