atob.js/package.json

25 lines
598 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/atob.git"
2012-06-26 19:24:09 +00:00
},
"keywords": [
"atob",
"browser"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
2012-06-26 19:24:09 +00:00
"engines": {
"node": ">= 0.4.0"
},
"main": "node-atob.js",
"browser": "browser-atob.js",
2012-06-26 19:24:09 +00:00
"bin": {
"atob": "bin/atob.js"
},
2015-12-12 00:28:08 +00:00
"license": "(MIT OR Apache-2.0)",
2016-04-09 21:28:20 +00:00
"version": "2.0.2"
2011-09-09 04:18:42 +00:00
}