Blame view

bower_components/prism/.bower.json 838 Bytes
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  {
    "name": "prism",
    "main": [
      "prism.js",
      "themes/prism.css"
    ],
    "homepage": "http://prismjs.com",
    "authors": "Lea Verou",
    "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
    "license": "MIT",
    "repository": {
      "type": "git",
      "url": "https://github.com/PrismJS/prism.git"
    },
    "ignore": [
      "**/.*",
      "img",
      "templates",
      "CNAME",
      "*.html",
      "style.css",
      "favicon.png",
      "logo.svg",
      "download.js",
      "prefixfree.min.js",
      "utopia.js",
      "code.js"
    ],
f748e9cf   Luigi Serra   new controllet an...
29
30
    "version": "1.3.0",
    "_release": "1.3.0",
73bcce88   luigser   COMPONENTS
31
32
    "_resolution": {
      "type": "version",
f748e9cf   Luigi Serra   new controllet an...
33
34
      "tag": "v1.3.0",
      "commit": "ad97b23be583f01e84ec5f17197d2c2b109ca7d0"
73bcce88   luigser   COMPONENTS
35
36
37
38
39
    },
    "_source": "git://github.com/LeaVerou/prism.git",
    "_target": "*",
    "_originalSource": "prism"
  }