{
 "name": "@npm-polymer/prism",
 "version": "1.6.0",
 "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
 "main": "prism.js",
 "scripts": {
  "test": "mocha tests/testrunner-tests.js && mocha tests/run.js"
 },
 "repository": {
  "type": "git",
  "url": "https://github.com/LeaVerou/prism.git"
 },
 "keywords": [
  "prism",
  "highlight"
 ],
 "author": "Lea Verou",
 "license": "MIT",
 "readmeFilename": "README.md",
 "optionalDependencies": {
  "clipboard": "^1.5.5"
 },
 "jspm": {
  "main": "prism",
  "registry": "jspm",
  "jspmPackage": true,
  "format": "global",
  "files": [
   "components/**/*.min.js",
   "plugins/**/*",
   "themes/*.css",
   "prism.js"
  ]
 }
}