Show More
Commit Description:
fix unintended branch
Commit Description:
fix unintended branch
References:
File last commit:
Show/Diff file:
Action:
node_modules/brfs/package.json
| 46 lines
| 935 B
| application/json
| JsonLexer
|
r789 | { | |||
"name": "brfs", | ||||
"version": "2.0.2", | ||||
"description": "browserify fs.readFileSync() static asset inliner", | ||||
"main": "index.js", | ||||
"bin": { | ||||
"brfs": "bin/cmd.js" | ||||
}, | ||||
"dependencies": { | ||||
"quote-stream": "^1.0.1", | ||||
"resolve": "^1.1.5", | ||||
"static-module": "^3.0.2", | ||||
"through2": "^2.0.0" | ||||
}, | ||||
"devDependencies": { | ||||
"browserify": "^16.1.1", | ||||
"concat-stream": "^1.6.0", | ||||
"tap": "^10.7.3", | ||||
"through": "^2.3.4" | ||||
}, | ||||
"scripts": { | ||||
"test": "tap test/*.js" | ||||
}, | ||||
"repository": { | ||||
"type": "git", | ||||
"url": "git://github.com/substack/brfs.git" | ||||
}, | ||||
"homepage": "https://github.com/substack/brfs", | ||||
"keywords": [ | ||||
"browserify", | ||||
"browserify-transform", | ||||
"fs", | ||||
"readFileSync", | ||||
"plugin", | ||||
"static", | ||||
"asset", | ||||
"bundle", | ||||
"base64" | ||||
], | ||||
"author": { | ||||
"name": "James Halliday", | ||||
"email": "mail@substack.net", | ||||
"url": "http://substack.net" | ||||
}, | ||||
"license": "MIT" | ||||
} | ||||