Add files via upload
This commit is contained in:
parent
68fb4e0ec5
commit
ca46091b22
34
package.json
Normal file
34
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user