wiki.gruntnetwork.com--zimmer/package.json
2016-12-06 16:02:00 +04:00

35 lines
627 B
JSON

{
"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"
}