12345678910111213141516171819 |
- {
- "name": "base64",
- "version": "0.3.0",
- "description": "Base64 encoding and decoding",
- "main": "./base64.js",
- "license": "WTFPL",
- "repository": {
- "type": "git",
- "url": "git://github.com/davidchambers/Base64.js.git"
- },
- "ignore": [
- "**/.*",
- "Makefile",
- "coverage/",
- "scripts/",
- "test/"
- ]
- }
|