1 | {
|
2 | "name": "brfs",
|
3 | "version": "2.0.2",
|
4 | "description": "browserify fs.readFileSync() static asset inliner",
|
5 | "main": "index.js",
|
6 | "bin": {
|
7 | "brfs": "bin/cmd.js"
|
8 | },
|
9 | "dependencies": {
|
10 | "quote-stream": "^1.0.1",
|
11 | "resolve": "^1.1.5",
|
12 | "static-module": "^3.0.2",
|
13 | "through2": "^2.0.0"
|
14 | },
|
15 | "devDependencies": {
|
16 | "browserify": "^16.1.1",
|
17 | "concat-stream": "^1.6.0",
|
18 | "tap": "^10.7.3",
|
19 | "through": "^2.3.4"
|
20 | },
|
21 | "scripts": {
|
22 | "test": "tap test/*.js"
|
23 | },
|
24 | "repository": {
|
25 | "type": "git",
|
26 | "url": "git://github.com/substack/brfs.git"
|
27 | },
|
28 | "homepage": "https://github.com/substack/brfs",
|
29 | "keywords": [
|
30 | "browserify",
|
31 | "browserify-transform",
|
32 | "fs",
|
33 | "readFileSync",
|
34 | "plugin",
|
35 | "static",
|
36 | "asset",
|
37 | "bundle",
|
38 | "base64"
|
39 | ],
|
40 | "author": {
|
41 | "name": "James Halliday",
|
42 | "email": "mail@substack.net",
|
43 | "url": "http://substack.net"
|
44 | },
|
45 | "license": "MIT"
|
46 | }
|