2011-06-04 21:58:10 +02:00
|
|
|
{
|
|
|
|
"name": "tar-js",
|
|
|
|
"description": "Tar implemented in the browser",
|
2011-08-01 04:08:42 +02:00
|
|
|
"version": "0.1.1",
|
2011-06-04 21:58:10 +02:00
|
|
|
"homepage": "http://github.com/beatgammit/tar-js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/beatgammit/tar-js.git"
|
|
|
|
},
|
|
|
|
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
|
|
|
|
"main": "lib/tar.js",
|
|
|
|
"keywords": ["tar", "browser", "client", "offline"],
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"require-kiss": "*"
|
|
|
|
}
|
|
|
|
}
|