Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 lines
724 B

{
"name": "import-cwd",
"version": "2.1.0",
"description": "Import a module like with `require()` but from the current working directory",
"license": "MIT",
"repository": "sindresorhus/import-cwd",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"cwd",
"current",
"working",
"directory",
"import"
],
"dependencies": {
"import-from": "^2.1.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}