51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "bianco.events",
|
|
"version": "1.1.1",
|
|
"description": "Modern DOM events helpers written in es2015",
|
|
"main": "index.js",
|
|
"jsnext:main": "index.next.js",
|
|
"module": "index.next.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"prepare": "npm run build && npm test",
|
|
"lint": "eslint index.next.js test.js rollup.config.js",
|
|
"build": "rollup -c",
|
|
"doc": "documentation readme index.next.js -s API",
|
|
"test": "npm run lint && mocha test.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.next.js",
|
|
"index.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/biancojs/events.git"
|
|
},
|
|
"keywords": [
|
|
"es6",
|
|
"es2015",
|
|
"addEventListener",
|
|
"removeEventListener",
|
|
"DOM"
|
|
],
|
|
"author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/biancojs/events/issues"
|
|
},
|
|
"homepage": "https://github.com/biancojs/events#readme",
|
|
"devDependencies": {
|
|
"@gianlucaguarini/eslint-config": "^2.0.0",
|
|
"eslint": "^8.10.0",
|
|
"jsdom": "19.0.0",
|
|
"jsdom-global": "3.0.2",
|
|
"mocha": "^9.2.1",
|
|
"rollup": "^2.70.0",
|
|
"rollup-plugin-node-resolve": "^3.4.0"
|
|
},
|
|
"dependencies": {
|
|
"bianco.dom-to-array": "^1.1.0"
|
|
}
|
|
}
|