50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "bianco.dom-to-array",
|
||
|
"version": "1.1.0",
|
||
|
"description": "Converts any DOM node/s to a loopable array",
|
||
|
"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/dom-to-array.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"es6",
|
||
|
"es2015",
|
||
|
"dom",
|
||
|
"array",
|
||
|
"iterator",
|
||
|
"dom loops",
|
||
|
"nodes"
|
||
|
],
|
||
|
"author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/biancojs/dom-to-array/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/biancojs/dom-to-array#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"
|
||
|
}
|
||
|
}
|