UNPKG

metadata

Version:

Utils for working with metadata.

35 lines 759 B
{ "name": "Newfolder", "description": "The best project ever.", "version": "0.1.0", "homepage": "https://github.com/assemble/metadata", "author": { "name": "Jon Schlinkert", "email": "dev@sellside.com", "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/Newfolder", "engines": { "node": ">= 0.6.0" }, "scripts": { "test": "grunt nodeunit" }, "devDependencies": { "grunt": "~0.4.1" }, "keywords": [] }