1
0
mirror of https://github.com/lrsjng/pagemap.git synced 2025-08-31 16:51:55 +02:00
Files
pagemap/package.json
2019-03-12 23:23:22 +01:00

29 lines
703 B
JSON

{
"name": "pagemap",
"version": "0.5.0",
"description": "Mini map for web pages.",
"homepage": "https://larsjung.de/pagemap/",
"bugs": "https://github.com/lrsjng/pagemap/issues",
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/pagemap.git"
},
"main": "dist/pagemap",
"scripts": {
"lint": "eslint .",
"build": "node ghu release",
"precommit": "npm run -s lint && npm run -s build"
},
"devDependencies": {
"babel-loader": "7.0.0",
"babel-preset-env": "1.7.0",
"eslint": "5.15.1",
"ghu": "0.13.0"
},
"engines": {
"node": ">=8.0.0"
}
}