wiki.gruntnetwork.com--zimmer/package.json
2017-06-29 17:11:26 +03:00

37 lines
703 B
JSON

{
"name": "zimmer",
"version": "0.0.2",
"description": "Zim file packer",
"main": "zimmer.js",
"scripts": {
"test": "echo no tests"
},
"private": true,
"keywords": [
"zim",
"pack"
],
"dependencies": {
"bluebird": "*",
"cheerio": "*",
"child-process": "^1.0.2",
"csv-parse": "*",
"csv-stringify": "*",
"expand-home-dir": "*",
"fs-extra": "^3.0.1",
"generic-pool": "^3.1.7",
"lzma-native": "*",
"mime-db": "*",
"mime-types": "*",
"mmmagic": "*",
"mozjpeg": "*",
"mz": "^2.6.0",
"sharp": "^0.17.3",
"sqlite": "^2.8.0",
"uuid": "*",
"yargs": "*"
},
"author": "Vadim Shlykahov",
"license": "ISC"
}