mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-31 11:43:53 +00:00
feature(modules) add pako
This commit is contained in:
parent
7857c14c1d
commit
bb6800ec90
16 changed files with 27 additions and 7 deletions
|
|
@ -1,34 +0,0 @@
|
|||
{
|
||||
"name" : "pako",
|
||||
"description" : "zlib port to javascript - fast, modularized, with browser support",
|
||||
"version" : "0.2.5",
|
||||
"keywords" : [ "zlib", "deflate", "inflate", "gzip" ],
|
||||
"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": "*",
|
||||
"benchmark": "*",
|
||||
"ansi": "*",
|
||||
"browserify":"*",
|
||||
"uglify-js": "*",
|
||||
"jshint": "*",
|
||||
"istanbul": "*",
|
||||
"ndoc": "*",
|
||||
"lodash": "*",
|
||||
"async": "*",
|
||||
|
||||
"grunt": "~0.4.4",
|
||||
"grunt-cli": "~0.1.13",
|
||||
"grunt-saucelabs": "~8.0.2",
|
||||
"grunt-contrib-connect": "~0.7.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue