|
1 | 1 | {
|
2 |
| - "name": "browserify-zlib-next", |
3 |
| - "version": "1.0.1", |
| 2 | + "name": "browserify-zlib", |
| 3 | + "version": "0.1.4", |
4 | 4 | "description": "Full zlib module for the browser",
|
5 | 5 | "keywords": [
|
6 | 6 | "zlib",
|
|
11 | 11 | "test": "test"
|
12 | 12 | },
|
13 | 13 | "dependencies": {
|
14 |
| - "pako": "~1.0.4" |
| 14 | + "pako": "~1.0.5" |
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 | 17 | "assert": "^1.4.1",
|
18 |
| - "babel-cli": "^6.18.0", |
19 |
| - "babel-plugin-transform-es2015-arrow-functions": "^6.8.0", |
20 |
| - "babel-plugin-transform-es2015-block-scoping": "^6.21.0", |
21 |
| - "babel-plugin-transform-es2015-template-literals": "^6.8.0", |
| 18 | + "babel-cli": "^6.24.1", |
| 19 | + "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", |
| 20 | + "babel-plugin-transform-es2015-block-scoping": "^6.24.1", |
| 21 | + "babel-plugin-transform-es2015-template-literals": "^6.22.0", |
22 | 22 | "babelify": "^7.3.0",
|
23 | 23 | "brfs": "^1.4.3",
|
24 |
| - "browserify": "^13.3.0", |
| 24 | + "browserify": "^14.4.0", |
25 | 25 | "exec-glob": "^1.2.2",
|
26 |
| - "glob": "^7.1.1", |
27 |
| - "karma": "^1.4.0", |
28 |
| - "karma-chrome-launcher": "^2.0.0", |
29 |
| - "karma-firefox-launcher": "^1.0.0", |
| 26 | + "glob": "^7.1.2", |
| 27 | + "karma": "^1.7.0", |
| 28 | + "karma-chrome-launcher": "^2.1.1", |
| 29 | + "karma-firefox-launcher": "^1.0.1", |
30 | 30 | "karma-mocha": "^1.3.0",
|
31 | 31 | "karma-mocha-own-reporter": "^1.1.2",
|
32 |
| - "karma-phantomjs-launcher": "^1.0.2", |
33 |
| - "mocha": "^3.2.0", |
| 32 | + "karma-phantomjs-launcher": "^1.0.4", |
| 33 | + "mocha": "^3.4.2", |
34 | 34 | "phantomjs-prebuilt": "^2.1.14",
|
35 |
| - "standard": "^8.6.0", |
36 |
| - "watchify": "^3.8.0" |
| 35 | + "standard": "^10.0.2", |
| 36 | + "watchify": "^3.9.0" |
37 | 37 | },
|
38 | 38 | "scripts": {
|
39 | 39 | "build": "babel src --out-dir lib",
|
|
52 | 52 | ]
|
53 | 53 | },
|
54 | 54 | "author": "Devon Govett <[email protected]>",
|
55 |
| - "homepage": "https://github.com/ipfs/browserify-zlib-next", |
| 55 | + "homepage": "https://github.com/devongovett/browserify-zlib", |
56 | 56 | "license": "MIT",
|
57 | 57 | "repository": {
|
58 | 58 | "type": "git",
|
59 |
| - "url": "git+https://github.com/ipfs/browserify-zlib-next.git" |
| 59 | + "url": "git+https://github.com/devongovett/browserify-zlib.git" |
60 | 60 | },
|
61 | 61 | "bugs": {
|
62 |
| - "url": "https://github.com/ipfs/browserify-zlib-next/issues" |
| 62 | + "url": "https://github.com/devongovett/browserify-zlib/issues" |
63 | 63 | }
|
64 | 64 | }
|
0 commit comments