pipe-rename 1.3.0

Rename your files using your favorite text editor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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/"
  ]
}