Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikOrjehag committed Oct 5, 2014
1 parent 9cfa499 commit 3b42f3b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "tiny-json",
"version": "0.0.1",
"desciption": "A new approach to packing JSON data ~ 80%",
"keywords": [
"json",
"pack",
"compress",
"encode",
"shorten",
"small",
"tiny",
"short",
"compression",
"minify",
"dna",
"many"
],
"homepage": "https://github.com/ErikOrjehag/tiny-json",
"bugs": {
"url": "https://github.com/ErikOrjehag/tiny-json/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Erik Örjehag <[email protected]> (http://orjehag.se)",
"files": ["tiny-json.js"],
"main": "tiny-json",
"repository": {
"type": "git",
"url": "https://github.com/ErikOrjehag/tiny-json.git"
},
"dependencies": {
"lz-string": "1.3.3"
},
"devDependencies": {
"mocha": "^1.21.4"
}
}
4 changes: 2 additions & 2 deletions tiny-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ module.exports = (function () {
}

return {
// Public
// public
pack: pack,
unpack: unpack,
// Testing
// testing
_compress: compress,
_decompress: decompress
};
Expand Down

0 comments on commit 3b42f3b

Please sign in to comment.