pako/package.json

36 wiersze
1.4 KiB
JSON
Czysty Zwykły widok Historia

2014-02-03 12:24:19 +00:00
{
"name" : "pako",
2014-03-15 17:30:03 +00:00
"description" : "zlib port to javascript - fast, modularized, with browser support",
2015-09-14 12:16:43 +00:00
"version" : "0.2.8",
2014-02-24 03:08:52 +00:00
"keywords" : [ "zlib", "deflate", "inflate", "gzip" ],
2014-02-03 12:24:19 +00:00
"homepage" : "https://github.com/nodeca/pako",
"contributors" : [ "Andrei Tuputcyn (https://github.com/andr83)",
"Vitaly Puzrin (https://github.com/puzrin)" ],
"bugs" : { "url": "https://github.com/nodeca/pako/issues" },
"license" : { "type": "MIT", "url": "https://github.com/nodeca/pako/blob/master/LICENSE" },
"repository" : { "type": "git", "url": "git://github.com/nodeca/pako.git" },
"main" : "./index.js",
"devDependencies" : {
"mocha": "1.21.5",
2014-02-03 12:24:19 +00:00
"benchmark": "*",
2014-02-18 19:15:27 +00:00
"ansi": "*",
2014-02-24 03:08:52 +00:00
"browserify":"*",
"eslint": "0.17.1",
"eslint-plugin-nodeca": "~1.0.3",
2014-02-24 03:08:52 +00:00
"uglify-js": "*",
"istanbul": "*",
"ndoc": "*",
2014-06-08 20:19:11 +00:00
"lodash": "*",
"async": "*",
2014-04-09 18:45:15 +00:00
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
2015-03-24 00:00:53 +00:00
"grunt-saucelabs": "~8.6.0",
"grunt-contrib-connect": "~0.9.0"
2014-02-03 12:24:19 +00:00
}
}