hoody
Version:
The Hoody data layer for Browsers or NodeJS.
55 lines (54 loc) • 1.1 kB
JSON
{
"name": "hoody",
"version": "0.0.0",
"author": "the awesome engineering company",
"license": "MIT",
"contributors": [
"Glen R. Goodwin"
],
"main": "./hoody.min.js",
"engines": {
"node": ">=10.5.0"
},
"dependencies": {},
"devDependencies": {
"eslint": "5.16.0",
"esm": "3.2.5",
"jsdoc-to-markdown": "4.0.1",
"minify": "4.1.1",
"mocha": "6.1.2"
},
"optionalDependencies": {},
"scripts": {
"lint": "eslint src examples test",
"docs": "jsdoc2md src/** --separators > docs/API.md",
"test": "mocha test",
"tests": "mocha test",
"minify": "minify src/Hoody.js > hoody.min.js"
},
"description": "The Hoody data layer for Browsers or NodeJS.",
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesomeeng/hoody.git"
},
"keywords": [
"hoody",
"web",
"data",
"layer",
"data layer",
"zeph",
"awesome",
"awesomeeng",
"awesome",
"engineering"
],
"bugs": {
"url": "https://github.com/awesomeeng/hoody/issues"
},
"homepage": "https://github.com/awesomeeng/hoody#readme"
}