UNPKG

theme-default

Version:
37 lines 893 B
{ "name": "theme-default", "version": "4.0.0", "description": "Default theme for SyntaxHighlighter.", "keywords": [ "syntaxhighlighter", "theme", "css" ], "homepage": "https://github.com/syntaxhighlighter/theme-default", "bugs": "https://github.com/syntaxhighlighter/theme-default/issues", "author": { "name": "Alex Gorbatchev", "url": "https://github.com/alexgorbatchev" }, "main": "theme.scss", "repository": { "type": "git", "url": "https://github.com/syntaxhighlighter/theme-default.git" }, "scripts": { "test": "mocha --opts mocha.opts test.js" }, "devDependencies": { "babel-core": "^6.1.21", "babel-preset-es2015": "^6.1.18", "babel-register": "^6.4.3", "node-sass": "^3.4.2", "mocha": "^2.3.4", "theme-base": "^4.0.0" }, "engines": { "node": ">=4", "npm": ">=2" }, "license": "MIT" }