UNPKG

github-corners

Version:
38 lines (37 loc) 1.08 kB
{ "name": "github-corners", "version": "0.1.0", "description": "Embed script for GitHub Corners.", "author": "Mark <mark@remarkablemark.org>", "main": "src/index.js", "scripts": { "build": "mkdir -p dist && cp src/embed.js dist/embed.js && uglifyjs src/embed.js --output dist/embed.min.js --compress --mangle", "clean": "rm -rf dist", "commitmsg": "commitlint -e $GIT_PARAMS", "lint": "eslint --ignore-path .gitignore .", "lint:fix": "npm run lint -- --fix", "prepublishOnly": "npm run clean && npm run build", "release": "standard-version" }, "repository": { "type": "git", "url": "https://github.com/remarkablemark/github-corners" }, "bugs": { "url": "https://github.com/remarkablemark/github-corners/issues" }, "keywords": [ "github-corners", "github", "corners" ], "devDependencies": { "@commitlint/cli": "5.2.3", "@commitlint/config-conventional": "5.2.3", "eslint": "4.11.0", "husky": "0.14.3", "standard-version": "4.2.0", "uglify-js": "3.3.7" }, "license": "MIT" }