orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
27 lines (26 loc) • 524 B
JSON
{
"name": "js-base64",
"version": "2.1.9",
"description": "Yet another Base64 transcoder in pure-JS",
"main": "base64.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/dankogai/js-base64.git"
},
"keywords": [
"base64"
],
"author": "Dan Kogai",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "8bfa436f733bec60c95c720e1d720c28b43ae0b2"
}