scratch – Blame information for rev 66

Subversion Repositories:
Rev:
Rev Author Line No. Line
66 office 1 {
2 "name": "yaml_2",
3 "homepage": "https://github.com/apigee/yaml2",
4 "authors": [
5 "Mohsen Azimi <mazimi@apigee.com>"
6 ],
7 "description": "JSYAML",
8 "main": "lib/browser.js",
9 "moduleType": [
10 "globals"
11 ],
12 "keywords": [
13 "YAML"
14 ],
15 "license": "MIT",
16 "ignore": [
17 "**/.*",
18 "node_modules",
19 "bower_components",
20 "app/bower_components",
21 "test",
22 "tests"
23 ],
24 "_release": "23b54a593d",
25 "_resolution": {
26 "type": "branch",
27 "branch": "master",
28 "commit": "23b54a593de08bc451a4f3fa1a900a2ebd20f66b"
29 },
30 "_source": "https://github.com/apigee/yaml2.git",
31 "_target": "*",
32 "_originalSource": "yaml",
33 "_direct": true
34 }