This commit is contained in:
42
node_modules/isomorphic-base64/package.json
generated
vendored
Normal file
42
node_modules/isomorphic-base64/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "isomorphic-base64",
|
||||
"version": "1.0.2",
|
||||
"description": "atob and btoa for browsers or node",
|
||||
"main": "index.js",
|
||||
"browser": "browser.js",
|
||||
"devDependencies": {
|
||||
"chai": "^2.3.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-karma": "^0.10.1",
|
||||
"grunt-mocha-test": "^0.12.7",
|
||||
"karma": "^0.12.32",
|
||||
"karma-browserify": "^4.2.1",
|
||||
"karma-chrome-launcher": "^0.1.12",
|
||||
"karma-firefox-launcher": "^0.1.6",
|
||||
"karma-mocha": "^0.1.10",
|
||||
"karma-opera-launcher": "^0.1.0",
|
||||
"karma-safari-launcher": "^0.1.1",
|
||||
"mocha": "^2.2.5",
|
||||
"rewireify": "^0.2.0",
|
||||
"through": "^2.3.7"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ksheedlo/isomorphic-base64.git"
|
||||
},
|
||||
"keywords": [
|
||||
"isomorphic",
|
||||
"base64",
|
||||
"browserify",
|
||||
"ascii"
|
||||
],
|
||||
"author": "Ken Sheedlo <ovrkenthousand@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ksheedlo/isomorphic-base64/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ksheedlo/isomorphic-base64"
|
||||
}
|
||||
Reference in New Issue
Block a user