123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "highlight.js",
- "description": "Syntax highlighting with language autodetection.",
- "keywords": [
- "highlight",
- "syntax"
- ],
- "homepage": "https://highlightjs.org/",
- "version": "9.11.0",
- "author": {
- "name": "Ivan Sagalaev",
- "email": "maniac@softwaremaniacs.org"
- },
- "contributors": [],
- "bugs": {
- "url": "https://github.com/isagalaev/highlight.js/issues"
- },
- "license": "BSD-3-Clause",
- "repository": {
- "type": "git",
- "url": "git://github.com/isagalaev/highlight.js.git"
- },
- "main": "./lib/index.js",
- "scripts": {
- "test": "./node_modules/.bin/mocha test/",
- "test-browser": "./node_modules/.bin/mocha test/browser/"
- },
- "engines": {
- "node": "*"
- },
- "devDependencies": {
- "bluebird": "^3.0.1",
- "commander": "^2.3.0",
- "del": "^2.0.2",
- "gear": "^0.9.4",
- "gear-lib": "^0.9.2",
- "glob": "^7.0.3",
- "jsdom": "^9.2.1",
- "lodash": "^4.0.0",
- "mocha": "^2.0.1",
- "should": "^9.0.2",
- "tiny-worker": "^1.1.1",
- "js-beautify": "^1.5.10"
- }
- }
|