blob: fb1f5a65f713a1cea210a776870a7a20781ff86a [file] [log] [blame]
{
"name": "@annotator/dom",
"version": "0.1.0",
"description": "Utilities for annotation of the Document Object Model.",
"homepage": "https://annotator.apache.org",
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-annotator.git"
},
"license": "Apache-2.0",
"author": "Apache Software Foundation",
"main": "lib/index.js",
"module": "esm/index.js",
"dependencies": {
"@babel/runtime-corejs3": "^7.8.7",
"cartesian": "^1.0.1",
"core-js": "^3.6.4",
"dom-node-iterator": "^3.5.3",
"dom-seek": "^4.0.3"
},
"engines": {
"node": ">=10.0.0"
},
"publishConfig": {
"access": "public"
}
}