summaryrefslogtreecommitdiff
path: root/bower.json
blob: 2895ae898903bf48508162e36fdd7f11a670327e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "yaml.js",
  "main": "dist/yaml.js",
  "version": "0.3.0",
  "homepage": "https://github.com/jeremyfa/yaml.js",
  "authors": [
    "Jeremy Faivre <contact@jeremyfa.com>"
  ],
  "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
  "keywords": [
    "yaml"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components"
  ]
}