UNPKG

basetag

Version:

A better way to import NodeJS modules

42 lines (41 loc) 818 B
{ "name": "basetag", "version": "2.1.0", "description": "A better way to import NodeJS modules", "main": "postinstall.js", "bin": { "basetag": "bin/index.js", "basetag-debase": "bin/debase.js", "basetag-link": "bin/link.js", "basetag-rebase": "bin/rebase.js" }, "files": [ "bin/**.js", "lib/**.js" ], "scripts": { "test": "node test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/janniks/basetag.git" }, "keywords": [ "basetag", "base", "tag", "$", "relative", "path", "require", "import", "local", "symlink" ], "author": "janniks", "license": "MIT", "bugs": { "url": "https://github.com/janniks/basetag/issues" }, "homepage": "https://github.com/janniks/basetag#readme" }