UNPKG

blear.ui.code-highlight

Version:
58 lines (57 loc) 1.41 kB
{ "name": "blear.ui.code-highlight", "version": "2.3.2", "description": "代码高亮,基于 prism@1.17.1", "scripts": { "live": "browser-sync start --config bs-config.js" }, "preferGlobal": false, "bin": {}, "engines": { "node": ">=6.0.0", "iojs": ">=1.0.0" }, "main": "src/index.js", "keywords": [ "blear", "cloudcome", "ydr.me", "code-highlight", "prism" ], "author": { "name": "cloudcome", "email": "cloudcome@163.com", "url": "https://ydr.me" }, "contributors": [], "homepage": "https://github.com/blearjs/blear.ui.code-highlight", "repository": { "type": "git", "url": "https://github.com/blearjs/blear.ui.code-highlight" }, "bugs": { "url": "https://github.com/blearjs/blear.ui.code-highlight/issues" }, "dependencies": { "blear.core.attribute": "^1.0.14", "blear.core.modification": "^1.0.7", "blear.core.selector": "^1.0.11", "blear.utils.array": "^1.0.12", "blear.utils.loader": "^1.0.14", "blear.utils.scope-css": "^2.0.6", "blear.utils.string": "^1.0.10" }, "peerDependencies": {}, "devDependencies": { "coolie.js": "^2.3.0", "jasmine-core": "2.8.0", "karma": "1.7.1", "karma-chrome-launcher": "2.2.0", "karma-coolie": "2.0.2", "karma-coverage": "1.1.1", "karma-coveralls": "1.1.2", "karma-jasmine": "1.1.0" }, "license": "MIT" }