Blame view

bower_components/prism/package.json 744 Bytes
73bcce88   luigser   COMPONENTS
1
2
  {
    "name": "prismjs",
f748e9cf   Luigi Serra   new controllet an...
3
    "version": "1.3.0",
73bcce88   luigser   COMPONENTS
4
5
6
    "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
    "main": "prism.js",
    "scripts": {
eb240478   Luigi Serra   public room cards...
7
      "test": "mocha tests/testrunner-tests.js && mocha tests/run.js"
73bcce88   luigser   COMPONENTS
8
9
10
11
12
13
14
15
16
17
18
19
20
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/LeaVerou/prism.git"
    },
    "keywords": [
      "prism",
      "highlight"
    ],
    "author": "Lea Verou",
    "license": "MIT",
    "readmeFilename": "README.md",
    "devDependencies": {
eb240478   Luigi Serra   public room cards...
21
      "chai": "^2.3.0",
73bcce88   luigser   COMPONENTS
22
23
24
25
      "gulp": "^3.8.6",
      "gulp-concat": "^2.3.4",
      "gulp-header": "^1.0.5",
      "gulp-rename": "^1.2.0",
eb240478   Luigi Serra   public room cards...
26
27
28
29
      "gulp-uglify": "^0.3.1",
      "gulp-replace": "^0.5.4",
      "mocha": "^2.2.5",
      "yargs": "^3.26.0"
73bcce88   luigser   COMPONENTS
30
31
    }
  }