Add files via upload

This commit is contained in:
Vadim Shlyakhov 2016-12-06 16:02:00 +04:00 committed by GitHub
parent 68fb4e0ec5
commit ca46091b22
2 changed files with 1371 additions and 0 deletions

34
package.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "zimmer",
"version": "0.0.1",
"description": "Zim file packer",
"main": "zimmer.js",
"scripts": {
"test": "echo no tests"
},
"private": true,
"keywords": [
"zim",
"pack"
],
"dependencies": {
"async": "*",
"expand-home-dir": "*",
"path": "*",
"mime-types": "*",
"lzma-native": "*",
"bufferpack": "*",
"htmlparser2": "*",
"domutils": "*",
"long": "*",
"uuid": "*",
"csv-parse": "*",
"csv-stringify": "*",
"fs-extra": "*",
"mmmagic": "*",
"sqlite3": "*",
"yargs": "*"
},
"author": "Vadim Shlykahov",
"license": "ISC"
}

1337
zimmer.js Normal file

File diff suppressed because it is too large Load Diff