UNPKG

module-alias

Version:

Create aliases of directories and register custom module paths

45 lines (44 loc) 1.03 kB
{ "name": "module-alias", "description": "Create aliases of directories and register custom module paths", "version": "2.2.0", "author": { "name": "Nick Gavrilov", "email": "artnikpro@gmail.com" }, "scripts": { "test": "npm run lint && npm run testonly", "testonly": "NODE_ENV=test mocha test/specs.js", "testonly-watch": "NODE_ENV=test mocha -w test/specs.js", "lint": "standard" }, "bugs": { "url": "https://github.com/ilearnio/module-alias/issues" }, "homepage": "https://github.com/ilearnio/module-alias", "keywords": [ "extend", "modules", "node", "path", "resolve" ], "license": "MIT", "main": "index.js", "files": [ "index.js", "register.js", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/ilearnio/module-alias.git" }, "devDependencies": { "chai": "^3.5.0", "hello-world-classic": "ilearnio/hello-world-classic", "mocha": "^2.4.5", "standard": "^12.0.1" } }