78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"name": "grunt-zip",
|
|
"description": "Zip and unzip files via a grunt plugin",
|
|
"version": "0.17.1",
|
|
"homepage": "https://github.com/twolfson/grunt-zip",
|
|
"author": {
|
|
"name": "Todd Wolfson",
|
|
"email": "todd@twolfson.com",
|
|
"url": "http://twolfson.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/twolfson/grunt-zip.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/twolfson/grunt-zip/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/twolfson/grunt-zip/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"main": "grunt.js",
|
|
"bin": {
|
|
"grunt-zip": "bin/grunt-zip"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "rm -r test/actual &> /dev/null && mocha"
|
|
},
|
|
"dependencies": {
|
|
"grunt-retro": "~0.6.0",
|
|
"jszip": "~2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.0",
|
|
"underscore.string": "~2.3.1",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"grunt-contrib-jshint": "~0.7.2",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-cli": "~0.1.11",
|
|
"mocha": "~1.20.1",
|
|
"chai": "~1.9.1",
|
|
"shell-quote": "~1.4.1"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"grunt",
|
|
"zip",
|
|
"unzip",
|
|
"compress",
|
|
"decompress"
|
|
],
|
|
"gitHead": "2dfdd1a295721fc7601242fb76cd2132ec1a6fd8",
|
|
"_id": "grunt-zip@0.17.1",
|
|
"_shasum": "218afa37351c46f79b9fb1d6a2fc3c84519a52d0",
|
|
"_from": "grunt-zip@~0.17.1",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "twolfson",
|
|
"email": "todd@twolfson.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "twolfson",
|
|
"email": "todd@twolfson.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "218afa37351c46f79b9fb1d6a2fc3c84519a52d0",
|
|
"tarball": "https://registry.npmjs.org/grunt-zip/-/grunt-zip-0.17.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/grunt-zip/-/grunt-zip-0.17.1.tgz"
|
|
}
|