12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "requirefresh",
- "version": "1.1.2",
- "description": "Require a file without adding it into the require cache",
- "homepage": "https://github.com/bevry/requirefresh",
- "keywords": [
- "require",
- "requirefresh",
- "require-fresh",
- "cache"
- ],
- "author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
- "maintainers": [
- "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
- ],
- "contributors": [
- "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
- ],
- "bugs": {
- "url": "https://github.com/bevry/requirefresh/issues"
- },
- "repository": {
- "type": "git",
- "url": "http://github.com/bevry/requirefresh.git"
- },
- "engines": {
- "node": ">=0.8"
- },
- "dependencies": {},
- "devDependencies": {
- "coffee-script": "~1.6.3",
- "joe": "~1.3.0",
- "joe-reporter-console": "~1.2.1",
- "chai": "~1.7.2"
- },
- "directories": {
- "lib": "./out/lib"
- },
- "scripts": {
- "test": "node ./out/test/requirefresh-test.js"
- },
- "main": "./out/lib/requirefresh.js",
- "__npminstall_done": true,
- "_from": "requirefresh@1.1.2",
- "_resolved": "https://registry.npmmirror.com/requirefresh/-/requirefresh-1.1.2.tgz"
- }
|