You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
710 B
30 lines
710 B
{
|
|
"name": "dom7",
|
|
"version": "3.0.0",
|
|
"description": "Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API",
|
|
"sideEffects": false,
|
|
"main": "dom7.cjs.js",
|
|
"types": "dom7.d.ts",
|
|
"jsnext:main": "dom7.esm.js",
|
|
"module": "dom7.esm.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nolimits4web/dom7.git"
|
|
},
|
|
"keywords": [
|
|
"dom",
|
|
"dom7",
|
|
"jquery",
|
|
"mobile",
|
|
"framework7"
|
|
],
|
|
"author": "Vladimir Kharlampidi",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nolimits4web/dom7/issues"
|
|
},
|
|
"homepage": "https://framework7.io/docs/dom7.html",
|
|
"dependencies": {
|
|
"ssr-window": "^3.0.0-alpha.1"
|
|
}
|
|
}
|