UNPKG

@yagni-js/yagni-dom

Version:

Yet another functional library (DOM API related)

51 lines (50 loc) 1.25 kB
{ "name": "@yagni-js/yagni-dom", "version": "2.2.0", "description": "Yet another functional library (DOM API related)", "main": "dist/yagni-dom.cjs.js", "module": "dist/yagni-dom.esm.js", "files": [ "UNLICENSE", "dist" ], "scripts": { "test": "mocha", "pretest": "yarn run build", "build": "rollup -c", "prebuild": "rm -rf dist/*", "prepublishOnly": "yarn test" }, "repository": { "type": "git", "url": "git+https://github.com/yagni-js/yagni-dom.git" }, "keywords": [ "frontend", "functional", "yagni", "DOM" ], "author": "Yuri Egorov <ysegorov@gmail.com> (https://ysegorov.github.io/)", "license": "Unlicense", "bugs": { "url": "https://github.com/yagni-js/yagni-dom/issues" }, "homepage": "https://github.com/yagni-js/yagni-dom#readme", "devDependencies": { "@yagni-js/yagni": "^0.7.1", "chai": "^4.2.0", "eslint": "^6.0.1", "eslint-plugin-better": "^0.1.5", "eslint-plugin-fp": "^2.3.0", "eslint-plugin-import": "^2.18.1", "jsdom": "^15.1.1", "jsdom-global": "^3.0.2", "mocha": "^6.2.0", "rollup": "^1.17.0", "rollup-plugin-eslint": "^7.0.0" }, "peerDependencies": { "@yagni-js/yagni": "^0.7.1" } }