scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 74  →  ?path2? @ 75
/bower_components/yaml.js/.bower.json
@@ -0,0 +1,28 @@
{
"name": "yaml.js",
"main": "dist/yaml.js",
"version": "0.2.8",
"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"
],
"_release": "0.2.8",
"_resolution": {
"type": "version",
"tag": "v0.2.8",
"commit": "97d39b6c2bf533d33538205a399638b63f6baa66"
},
"_source": "https://github.com/jeremyfa/yaml.js.git",
"_target": "*",
"_originalSource": "yaml.js"
}