UNPKG

spectacle-theme-sober

Version:
31 lines (30 loc) 831 B
{ "author": "caedes", "bugs": "https://gitlab.com/caedes/workspace/issues", "description": "Sober theme for Spectacle", "homepage": "https://gitlab.com/caedes/workspace/tree/master/packages/spectacle-theme-sober", "keywords": ["spectacle", "theme", "sober", "dark"], "license": "MIT", "main": "build/index.js", "name": "spectacle-theme-sober", "publishConfig": { "access": "public" }, "repository": "https://gitlab.com/caedes/workspace/tree/master/packages/spectacle-theme-sober", "scripts": { "build": "rollup -c", "prepublishOnly": "yarn test && yarn build", "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watch" }, "version": "0.1.0", "peerDependencies": { "spectacle": "^4.2.3" }, "devDependencies": { "jest": "^22.4.3" } }