~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/marked/bower.json

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "marked",
 
3
  "version": "0.3.4",
 
4
  "homepage": "https://github.com/chjj/marked",
 
5
  "authors": [
 
6
    "Christopher Jeffrey <chjjeffrey@gmail.com>"
 
7
  ],
 
8
  "description": "A markdown parser built for speed",
 
9
  "keywords": [
 
10
    "markdown",
 
11
    "markup",
 
12
    "html"
 
13
  ],
 
14
  "main": "lib/marked.js",
 
15
  "license": "MIT",
 
16
  "ignore": [
 
17
    "**/.*",
 
18
    "node_modules",
 
19
    "bower_components",
 
20
    "app/bower_components",
 
21
    "test",
 
22
    "tests"
 
23
  ]
 
24
}