forked from ForbesLindesay/rfileify
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 849 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "rfolderify",
"version": "1.3.0",
"description": "Rewrite rfolder calls to a map of requires",
"main": "index.js",
"bin": {
"rfileify": "./bin/rfolderify"
},
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/quarterto/rfolderify.git"
},
"keywords": [
"browserify",
"fs",
"readdir",
"plugin",
"static",
"asset",
"bundle",
"base64",
"uglify",
"require",
"resolve",
"browser",
"rfolder"
],
"author": "ForbesLindesay",
"contributors": [
"quarterto <mwrbrennan@gmail.com>",
"Jason Walton <dev@lucid.thedreaming.org>"
],
"license": "MIT",
"dependencies": {
"through": "~2.3.1",
"falafel": "~0.2.1"
},
"devDependencies": {
"mocha": "~1.9",
"browserify": "~2.12"
}
}