UNPKG

ftdomdelegate

Version:

FT's dom delegate library is a library for creating and binding to events on all target elements matching the given selector.

46 lines (45 loc) 1.18 kB
{ "name": "ftdomdelegate", "description": "FT's dom delegate library is a library for creating and binding to events on all target elements matching the given selector.", "browser": "main.js", "type": "module", "author": "FT Labs <enquiries@labs.ft.com> (http://labs.ft.com/)", "contributors": [ "Matthew Caruana Galizia", "Sam Giles", "Matt Andrews" ], "keywords": [ "delegate", "dom", "events", "listener" ], "license": "MIT", "devDependencies": { "@babel/core": "^7.13.16", "@babel/preset-env": "^7.13.15", "eslint": "^7.25.0", "eslint-config-origami-component": "^2.1.1", "karma": "^6.3.2", "karma-babel-preprocessor": "^8.0.1", "karma-chrome-launcher": "^3.1.0", "karma-esbuild": "^2.1.3", "karma-mocha": "^2.0.1", "karma-sourcemap-loader": "^0.3.8", "mocha": "^8.3.2", "proclaim": "^3.6.0", "remark": "^13.0.0", "remark-lint": "^8.0.0", "remark-preset-lint-origami-component": "^2.0.0", "sinon": "^10.0.0" }, "scripts": { "test": "karma start karma.config.cjs" }, "volta": { "node": "14.16.1", "npm": "7.11.1" }, "version": "5.0.0" }