UNPKG

nord-hyper

Version:

An arctic, north-bluish clean and elegant Hyper theme plugin

43 lines (42 loc) 1.14 kB
{ "name": "nord-hyper", "title": "Nord Hyper", "version": "0.5.0", "description": "An arctic, north-bluish clean and elegant Hyper theme plugin", "author": { "name": "Arctic Ice Studio", "email": "development@arcticicestudio.com", "url": "http://arcticicestudio.com" }, "homepage": "https://github.com/arcticicestudio/nord-hyper", "repository": { "type": "git", "url": "git+https://github.com/arcticicestudio/nord-hyper.git" }, "bugs": { "url": "https://github.com/arcticicestudio/nord-hyper/issues" }, "license": "(MIT AND CC-BY-SA-4.0)", "main": "index.js", "keywords": [ "arctic", "north", "bluish", "clean", "elegant", "hyper", "hyperterm", "hyper-theme" ], "scripts": { "docs:build": "npm run docs:clean && gitbook install ./docs && gitbook build ./docs ./build/docs", "docs:clean": "node_modules/.bin/del ./build/docs", "docs:dev": "npm run docs:build && gitbook serve ./docs ./build/docs", "lint": "eslint --color index.js" }, "devDependencies": { "del-cli": "1.1.0", "eslint": "4.15.0", "gitbook-cli": "2.3.2" } }