UNPKG

node-foo

Version:

Bogus module for testing npm and node_modules stuff.

47 lines 1.02 kB
{ "name": "node-foo", "description": "Bogus module for testing npm and node_modules stuff.", "version": "0.2.3", "homepage": "https://github.com/jonschlinkert/node-foo", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "contributors": [ { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, { "name": "Brian Woodward", "url": "https://github.com/doowb" } ], "repository": { "type": "git", "url": "git://github.com/jonschlinkert/node-foo.git" }, "bugs": { "url": "https://github.com/jonschlinkert/node-foo/issues" }, "licenses": [ { "type": "CC by 4.0", "url": "http://creativecommons.org/licenses/by/4.0" }, { "type": "MIT", "url": "https://github.com/jonschlinkert/node-foo/blob/master/LICENSE-MIT" } ], "main": "index.js", "engines": { "node": ">= 0.8.0" }, "keywords": [ "foo", "bar", "baz", "test" ] }