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.
29 lines
511 B
29 lines
511 B
3 years ago
|
{
|
||
|
"name": "require-from-string",
|
||
|
"version": "2.0.2",
|
||
|
"description": "Require module from string",
|
||
|
"license": "MIT",
|
||
|
"repository": "floatdrop/require-from-string",
|
||
|
"author": {
|
||
|
"name": "Vsevolod Strukchinsky",
|
||
|
"email": "floatdrop@gmail.com",
|
||
|
"url": "github.com/floatdrop"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
""
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"mocha": "*"
|
||
|
}
|
||
|
}
|