aboutsummaryrefslogtreecommitdiff
path: root/node_modules/pako/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-03 15:35:00 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-03 15:35:00 +0200
commitde98e0b232509d5f40c135d540a70e415272ff85 (patch)
treea79222a5b58484ab3b80d18efcaaa7ccc4769b33 /node_modules/pako/package.json
parente0c9d480a73fa629c1e4a47d3e721f1d2d345406 (diff)
node_modules
Diffstat (limited to 'node_modules/pako/package.json')
-rw-r--r--node_modules/pako/package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/node_modules/pako/package.json b/node_modules/pako/package.json
new file mode 100644
index 000000000..83ff566cc
--- /dev/null
+++ b/node_modules/pako/package.json
@@ -0,0 +1,40 @@
+{
+ "name": "pako",
+ "description": "zlib port to javascript - fast, modularized, with browser support",
+ "version": "0.2.9",
+ "keywords": [
+ "zlib",
+ "deflate",
+ "inflate",
+ "gzip"
+ ],
+ "homepage": "https://github.com/nodeca/pako",
+ "contributors": [
+ "Andrei Tuputcyn (https://github.com/andr83)",
+ "Vitaly Puzrin (https://github.com/puzrin)"
+ ],
+ "files": [
+ "index.js",
+ "dist/",
+ "lib/"
+ ],
+ "license": "MIT",
+ "repository": "nodeca/pako",
+ "devDependencies": {
+ "mocha": "1.21.5",
+ "benchmark": "*",
+ "ansi": "*",
+ "browserify": "*",
+ "eslint": "^2.1.0",
+ "eslint-plugin-nodeca": "~1.0.3",
+ "uglify-js": "*",
+ "istanbul": "*",
+ "ndoc": "*",
+ "lodash": "*",
+ "async": "*",
+ "grunt": "~0.4.4",
+ "grunt-cli": "~0.1.13",
+ "grunt-saucelabs": "~8.6.0",
+ "grunt-contrib-connect": "~0.9.0"
+ }
+}