hyper-tufte
Version:
💜 Make your Hyper terminal look like "a grim parody of a video game"
47 lines (46 loc) • 1.07 kB
JSON
{
"name": "hyper-tufte",
"version": "1.0.0",
"description": "💜 Make your Hyper terminal look like \"a grim parody of a video game\"",
"keywords": [
"hyper",
"hyper-theme",
"hyperterm",
"purple",
"tufte",
"terminal",
"theme",
"colorful",
"💜",
"🌈",
"🎨",
"joy",
"lol"
],
"homepage": "https://github.com/alecglassford/hyper-tufte#readme",
"bugs": {
"url": "https://github.com/alecglassford/hyper-tufte/issues"
},
"license": "MIT",
"author": {
"name": "Alec Glassford",
"email": "glassford@cs.stanford.edu",
"url": "https://alecglassford.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alecglassford/hyper-tufte.git"
},
"scripts": {
"commitmsg": "commit-msg-must-use-emoji",
"test": "eslint index.js"
},
"devDependencies": {
"commit-msg-must-use-emoji": "^1.0.0",
"eslint": "^4.7.2",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0",
"husky": "^0.14.3"
}
}