Blame view

bower_components/prism-element/.bower.json 1009 Bytes
c5169e0e   Renato De Donato   a new hope
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
29
30
31
32
33
34
35
36
37
  {

    "name": "prism-element",

    "description": "Prism.js import and syntax highlighting",

    "version": "1.0.2",

    "authors": [

      "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"

    ],

    "keywords": [

      "web-components",

      "polymer",

      "prism",

      "molecule"

    ],

    "license": "http://polymer.github.io/LICENSE.txt",

    "homepage": "https://github.com/PolymerElements/prism-highlighter",

    "main": "prism-highlighter.html",

    "ignore": [

      "/.*",

      "/test/",

      "/demo/"

    ],

    "dependencies": {

      "prism": "*",

      "polymer": "Polymer/polymer#^1.0.0"

    },

    "devDependencies": {

      "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"

    },

    "_release": "1.0.2",

    "_resolution": {

      "type": "version",

      "tag": "v1.0.2",

      "commit": "99b65dae91ef36fb009a5c277e924d84aa5e2672"

    },

    "_source": "git://github.com/PolymerElements/prism-element.git",

    "_target": "^1.0.2",

    "_originalSource": "PolymerElements/prism-element"

73bcce88   luigser   COMPONENTS
38
  }