UNPKG

511 BJSONView Raw
1{
2 "name": "require-from-string",
3 "version": "2.0.1",
4 "description": "Require module from string",
5 "license": "MIT",
6 "repository": "floatdrop/require-from-string",
7 "author": {
8 "name": "Vsevolod Strukchinsky",
9 "email": "floatdrop@gmail.com",
10 "url": "github.com/floatdrop"
11 },
12 "engines": {
13 "node": ">=0.10.0"
14 },
15 "scripts": {
16 "test": "mocha"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 ""
23 ],
24 "dependencies": {},
25 "devDependencies": {
26 "mocha": "*"
27 }
28}