blob: 8f30757b682024c4c8764a0e48eb8e6fdd8a5f10 [file] [log] [blame]
{
"name": "@annotator/fragment-identifier",
"version": "0.0.0",
"description": "Convert to and from Web Annotation fragment identifiers.",
"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",
"scripts": {
"prepare": "pegjs --format es --output src/fragment.js src/fragment.pegjs"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.6.3",
"core-js": "3.3.4"
},
"devDependencies": {
"pegjs": "^0.11.0-dev.273"
},
"engines": {
"node": ">=6.0.0"
},
"publishConfig": {
"access": "public"
}
}