UNPKG

1.13 kBJSONView Raw
1{
2 "name": "metalsmith-prism",
3 "version": "3.0.0",
4 "description": "Syntax highlighting for Metalsmith HTML templates using Prism.js",
5 "main": "lib/index.js",
6 "engines": {
7 "node": ">= 4.0.0"
8 },
9 "scripts": {
10 "preversion": "npm run test",
11 "test": "mocha ./tests/index.js",
12 "lint": "eslint ./lib ./tests"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/Availity/metalsmith-prism.git"
17 },
18 "keywords": [
19 "metalsmith",
20 "prismjs",
21 "syntax",
22 "highlighting"
23 ],
24 "files": [
25 "lib",
26 "README.md"
27 ],
28 "author": "Robert McGuinness <rob.mcguinness@availity.com>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/Availity/metalsmith-prism/issues"
32 },
33 "homepage": "https://github.com/Availity/metalsmith-prism",
34 "dependencies": {
35 "cheerio": "0.22.0",
36 "he": "1.1.0",
37 "lodash": "4.15.0",
38 "metalsmith": "2.2.0",
39 "prismjs": "1.5.1"
40 },
41 "devDependencies": {
42 "babel-eslint": "6.1.2",
43 "chai": "3.5.0",
44 "debug": "^2.2.0",
45 "eslint": "3.3.1",
46 "eslint-config-availity": "2.0.0-beta.11",
47 "mocha": "3.0.2"
48 }
49}