UNPKG

793 BJSONView Raw
1{
2 "name": "requizzle",
3 "version": "0.2.2",
4 "description": "Swizzle a little something into your require() calls.",
5 "main": "index.js",
6 "scripts": {
7 "test": "gulp test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/hegemonic/requizzle.git"
12 },
13 "keywords": [
14 "module",
15 "modules",
16 "require",
17 "inject",
18 "dependency",
19 "swizzle"
20 ],
21 "author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/hegemonic/requizzle/issues"
25 },
26 "homepage": "https://github.com/hegemonic/requizzle",
27 "devDependencies": {
28 "expectations": "^1.0.0",
29 "gulp": "^4.0.1",
30 "gulp-eslint": "^5.0.0",
31 "gulp-mocha": "^6.0.0"
32 },
33 "dependencies": {
34 "lodash": "^4.17.11"
35 }
36}