blob: a67529eab317b4fe35fb78050a8f4be4666fd26a [file] [log] [blame]
{
"name": "@annotator/selector",
"version": "0.0.0",
"description": "Web Annotation selector for engine.",
"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.6.3",
"core-js": "3.3.4"
},
"engines": {
"node": ">=6.0.0"
},
"publishConfig": {
"access": "public"
}
}