unibabel.js/package.json

47 satır
970 B
JSON

{
"name": "unibabel",
"version": "3.0.0",
"description": "Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript",
"main": "unibabel.node.js",
"browser": {
"./unibabel.node.js": "./unibabel.js"
},
"files": [
"*.js",
"dist/*.js"
],
"scripts": {
"test": "node tests",
"build": "node bin/build.js",
"prepublish": "npm run-script build"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/unibabel.js.git"
},
"keywords": [
"ascii",
"binary",
"utf8",
"utf-8",
"ArrayBuffer",
"TypedArrays",
"TypedArray",
"Uint",
"Uint8Array",
"Base64",
"b64",
"Base32",
"b32"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/unibabel.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/unibabel.js#readme",
"devDependencies": {
"uglify-js": "^3.6.0"
}
}