github.com/go-chef/chef@v0.30.1/test/empty_cookbook.json (about) 1 { 2 "version": "0.2.0", 3 "name": "foo-0.2.0", 4 "cookbook_name": "foo", 5 "frozen?": false, 6 "chef_type": "cookbook_version", 7 "json_class": "Chef::CookbookVersion", 8 "attributes": [], 9 "definitions": [], 10 "files": [], 11 "libraries": [], 12 "providers": [], 13 "recipes": [], 14 "resources": [], 15 "root_files": [], 16 "templates": [], 17 "metadata": { 18 "name": "foo", 19 "description": "Installs/Configures foo", 20 "long_description": "Installs/Configures foo", 21 "maintainer": "The Authors", 22 "maintainer_email": "you@example.com", 23 "license": "All Rights Reserved", 24 "platforms": {}, 25 "dependencies": {}, 26 "recommendations": {}, 27 "suggestions": {}, 28 "conflicting": {}, 29 "providing": { 30 "foo": ">= 0.0.0" 31 }, 32 "replacing": {}, 33 "attributes": {}, 34 "groupings": {}, 35 "recipes": { 36 "foo": "" 37 }, 38 "version": "0.2.0" 39 }, 40 "access": { 41 "read": true, 42 "create": true, 43 "grant": true, 44 "update": true, 45 "delete": true 46 } 47 }