orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
25 lines (24 loc) • 555 B
JSON
{
"name": "Base64",
"version": "0.2.1",
"description": "Base64 encoding and decoding",
"author": "David Chambers <dc@davidchambers.me>",
"main": "./base64.js",
"licenses": [
{
"type": "WTFPL",
"url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/davidchambers/Base64.js.git"
},
"devDependencies": {
"coffee-script": "1.7.x",
"istanbul": "0.2.x",
"mocha": "1.18.x",
"uglify-js": "2.4.x",
"xyz": "0.1.x"
}
}