UNPKG

934 BJSONView Raw
1{
2 "name": "unpathify",
3 "version": "0.1.6",
4 "description": "Compress browserify require paths for better minification i.e. require('some/long/path') => require(1)",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/smallhelm/unpathify.git"
8 },
9 "keywords": [
10 "browserify",
11 "browserify-tool",
12 "minification",
13 "gulpfriendly",
14 "gruntplugin",
15 "cli"
16 ],
17 "main": "main.js",
18 "files": [
19 "bin",
20 "main.js",
21 "tasks"
22 ],
23 "bin": {
24 "unpathify": "bin/unpathify"
25 },
26 "author": "smallhelm",
27 "contributors": [
28 "taylorhakes",
29 "kenpowers",
30 "naugtur"
31 ],
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/smallhelm/unpathify/issues"
35 },
36 "homepage": "https://github.com/smallhelm/unpathify",
37 "dependencies": {
38 "browser-pack": "~3.2.0",
39 "browser-unpack": "~1.0.0",
40 "intreq": "0.0.0",
41 "lodash": "~2.4.1",
42 "through": "~2.3.6"
43 }
44}