atob.js/package.json

24 lines
542 B
JSON
Raw Permalink Normal View History

2011-09-09 04:18:42 +00:00
{
2012-06-26 19:24:09 +00:00
"name": "atob",
"homepage": "https://github.com/coolaj86/node-browser-compat",
"description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/node-browser-compat.git"
},
"keywords": [
"atob",
"browser"
],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
"engines": {
"node": ">= 0.4.0"
},
"main": "index",
"bin": {
"atob": "bin/atob.js"
},
2012-09-19 20:22:55 +00:00
"license": "Apache2",
2014-05-20 14:55:59 +00:00
"version": "1.1.2"
2011-09-09 04:18:42 +00:00
}