UNPKG

2.1 kBJSONView Raw
1{
2 "name": "prismjs",
3 "version": "1.23.0",
4 "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
5 "main": "prism.js",
6 "style": "themes/prism.css",
7 "scripts": {
8 "build": "gulp",
9 "start": "http-server -c-1",
10 "test:aliases": "mocha tests/aliases-test.js",
11 "test:core": "mocha tests/core/**/*.js",
12 "test:dependencies": "mocha tests/dependencies-test.js",
13 "test:examples": "mocha tests/examples-test.js",
14 "test:identifiers": "mocha tests/identifier-test.js",
15 "test:languages": "mocha tests/run.js",
16 "test:patterns": "mocha tests/pattern-tests.js",
17 "test:plugins": "mocha tests/plugins/**/*.js",
18 "test:runner": "mocha tests/testrunner-tests.js",
19 "test": "npm run test:runner && npm run test:core && npm run test:dependencies && npm run test:languages && npm run test:plugins && npm run test:aliases && npm run test:patterns && npm run test:examples && npm run test:identifiers"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/PrismJS/prism.git"
24 },
25 "keywords": [
26 "prism",
27 "highlight"
28 ],
29 "author": "Lea Verou",
30 "license": "MIT",
31 "readmeFilename": "README.md",
32 "optionalDependencies": {
33 "clipboard": "^2.0.0"
34 },
35 "devDependencies": {
36 "chai": "^4.2.0",
37 "danger": "^10.5.0",
38 "del": "^4.1.1",
39 "docdash": "^1.2.0",
40 "gulp": "^4.0.2",
41 "gulp-concat": "^2.3.4",
42 "gulp-header": "^2.0.7",
43 "gulp-jsdoc3": "^3.0.0",
44 "gulp-rename": "^1.2.0",
45 "gulp-replace": "^1.0.0",
46 "gulp-uglify": "^3.0.1",
47 "gzip-size": "^5.1.1",
48 "htmlparser2": "^4.0.0",
49 "http-server": "^0.12.3",
50 "jsdom": "^13.0.0",
51 "mocha": "^6.2.0",
52 "pump": "^3.0.0",
53 "refa": "0.5.0",
54 "regexpp": "^2.0.1",
55 "scslre": "^0.1.1",
56 "simple-git": "^1.107.0",
57 "webfont": "^9.0.0",
58 "yargs": "^13.2.2"
59 },
60 "jspm": {
61 "main": "prism",
62 "registry": "jspm",
63 "jspmPackage": true,
64 "format": "global",
65 "files": [
66 "components/**/*.js",
67 "plugins/**/*",
68 "themes/*.css",
69 "prism.js"
70 ]
71 }
72}