UNPKG

1.06 kBJSONView Raw
1{
2 "name": "prismjs",
3 "version": "1.15.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 "test": "mocha tests/testrunner-tests.js && mocha tests/run.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/LeaVerou/prism.git"
13 },
14 "keywords": [
15 "prism",
16 "highlight"
17 ],
18 "author": "Lea Verou",
19 "license": "MIT",
20 "readmeFilename": "README.md",
21 "optionalDependencies": {
22 "clipboard": "^2.0.0"
23 },
24 "devDependencies": {
25 "chai": "^2.3.0",
26 "gulp": "^3.8.6",
27 "gulp-concat": "^2.3.4",
28 "gulp-header": "^1.0.5",
29 "gulp-rename": "^1.2.0",
30 "gulp-uglify": "^0.3.1",
31 "gulp-replace": "^0.5.4",
32 "mocha": "^2.2.5",
33 "yargs": "^3.26.0"
34 },
35 "jspm": {
36 "main": "prism",
37 "registry": "jspm",
38 "jspmPackage": true,
39 "format": "global",
40 "files": [
41 "components/**/*.js",
42 "plugins/**/*",
43 "themes/*.css",
44 "prism.js"
45 ]
46 }
47}