This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/urlsafe-base64/package.json
2020-11-01 22:46:04 +00:00

22 lines
477 B
JSON

{
"name": "urlsafe-base64",
"version": "1.0.0",
"description": "URL Safe Base64 encoding",
"keywords": ["base64", "encoding", "url", "util"],
"author": "RGBboy <l-_-l@rgbboy.com>",
"repository" : {
"type" : "git",
"url" : "http://github.com/RGBboy/urlsafe-base64"
},
"main": "index",
"dependencies": {
},
"devDependencies": {
"mocha": "1.5.x",
"should": "1.2.x"
},
"scripts" : {
"test" : "make test",
"unit" : "make unit"
}
}