blob: a7f4517a4704e6badd9b37ee6ef03f1bc5728e3c [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.8.3",
"core-js": "^3.6.4"
},
"engines": {
"node": ">=6.0.0"
},
"publishConfig": {
"access": "public"
}
}