1
0
mirror of https://github.com/lrsjng/pagemap.git synced 2025-08-31 16:51:55 +02:00
Files
pagemap/package.json
2016-07-05 16:49:49 +02:00

29 lines
704 B
JSON

{
"name": "pagemap",
"version": "0.3.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": "6.2.4",
"babel-preset-es2015": "6.9.0",
"eslint": "3.0.0",
"ghu": "0.6.0"
},
"engines": {
"node": ">=6.0.0"
}
}