UNPKG

897 BJSONView Raw
1{
2 "name": "tinyify",
3 "description": "a browserify plugin that runs various optimizations, so you don't have to install them all manually.",
4 "version": "2.1.0",
5 "author": "Renée Kooi <renee@kooi.me>",
6 "bugs": {
7 "url": "https://github.com/goto-bus-stop/tinyify/issues"
8 },
9 "dependencies": {
10 "browser-pack-flat": "^3.0.0",
11 "common-shakeify": "^0.4.3",
12 "envify": "^4.1.0",
13 "minify-stream": "^1.1.0",
14 "uglifyify": "^4.0.4",
15 "unassertify": "^2.0.5"
16 },
17 "devDependencies": {
18 "standard": "^10.0.3"
19 },
20 "homepage": "https://github.com/goto-bus-stop/tinyify",
21 "keywords": [
22 "browserify",
23 "minify",
24 "optimize",
25 "tree-shaking",
26 "uglify"
27 ],
28 "license": "Apache-2.0",
29 "main": "index.js",
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/goto-bus-stop/tinyify.git"
33 },
34 "scripts": {
35 "test": "standard"
36 }
37}