scratch – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
66 office 1 {
2 "name": "yaml_2",
3 "version": "1.0.5",
4 "homepage": "https://github.com/apigee/yaml2",
5 "authors": [
6 "Mohsen Azimi <mazimi@apigee.com>"
7 ],
8 "description": "JSYAML",
9 "main": "lib/browser.js",
10 "moduleType": [
11 "globals"
12 ],
13 "keywords": [
14 "YAML"
15 ],
16 "license": "MIT",
17 "ignore": [
18 "**/.*",
19 "node_modules",
20 "bower_components",
21 "app/bower_components",
22 "test",
23 "tests"
24 ]
25 }