atob.js/package.json

25 lines
585 B
JSON
Raw Normal View History

2011-09-09 04:18:42 +00:00
{
2012-06-26 19:24:09 +00:00
"name": "atob",
2018-03-28 04:26:00 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/atob.js.git",
2012-06-26 19:24:09 +00:00
"description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
"repository": {
"type": "git",
2018-03-28 04:26:00 +00:00
"url": "git://git.coolaj86.com/coolaj86/atob.js.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": ">= 4.5.0"
2012-06-26 19:24:09 +00:00
},
"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)",
"version": "2.1.1"
2011-09-09 04:18:42 +00:00
}