nord-highlightjs
Version:
An arctic, north-bluish clean and elegant highlight.js theme
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "nord-highlightjs",
"title": "Nord highlight.js",
"version": "0.2.0",
"description": "An arctic, north-bluish clean and elegant highlight.js theme",
"author": {
"name": "Arctic Ice Studio",
"email": "development@arcticicestudio.com",
"url": "http://arcticicestudio.com"
},
"homepage": "https://www.nordtheme.com/ports/highlightjs",
"repository": {
"type": "git",
"url": "git+https://github.com/arcticicestudio/nord-highlightjs.git"
},
"bugs": {
"url": "https://github.com/arcticicestudio/nord-highlightjs/issues"
},
"license": "(MIT AND CC-BY-SA-4.0)",
"keywords": [
"nord",
"arctic",
"north",
"bluish",
"clean",
"elegant",
"highlight.js",
"theme"
],
"main": "./dist/nord.css",
"scripts": {
"prepublish": "gulp clean && gulp compile"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-preset-env": "1.6.0",
"browser-sync": "2.18.13",
"gulp": "3.9.1",
"gulp-help": "1.6.1",
"gulp-plumber": "1.1.0",
"gulp-sass": "3.1.0",
"gulp-stylelint": "5.0.0",
"gulp-watch": "4.3.11",
"nord": "0.2.1",
"stylelint-config-standard": "17.0.0"
}
}