UNPKG

metadata

Version:

Utils for working with metadata.

40 lines 813 B
{ "name": "metadata", "description": "Utils for working with metadata.", "version": "0.1.0", "homepage": "https://github.com/assemble/metadata", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "https://github.com/assemble/metadata.git" }, "bugs": { "url": "https://github.com/assemble/metadata/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/assemble/metadata/blob/master/LICENSE-MIT" } ], "main": "lib/metadata", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt nodeunit" }, "devDependencies": { "grunt": "~0.4.1" }, "keywords": [ "metadata", "data", "json", "yaml", "yaml front matter" ] }