1
0
mirror of https://github.com/lrsjng/pagemap.git synced 2025-08-31 16:51:55 +02:00
Files
pagemap/package.json
Lars Jung cfd5be77a9 Update.
2019-04-04 23:40:40 +02:00

30 lines
732 B
JSON

{
"name": "pagemap",
"version": "1.0.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/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"babel-loader": "8.0.5",
"eslint": "5.16.0",
"ghu": "0.17.0"
},
"engines": {
"node": ">=8.0.0"
}
}