{ "name": "rename", "version": "1.0.4", "description": "Rename files using some transformers.", "main": "index", "dependencies": { "debug": "^2.5.2" }, "devDependencies": { "autod": "^2.7.1", "egg-bin": "^1.9.1", "egg-ci": "^1.1.0", "eslint": "^3.12.2", "eslint-config-egg": "^3.2.0", "should": "^11.1.2" }, "repository": { "type": "git", "url": "https://github.com/popomore/rename" }, "homepage": "https://github.com/popomore/rename", "author": "popomore ", "license": "MIT", "keywards": [ "rename", "file", "path", "transform" ], "scripts": { "lint": "eslint index.js lib test", "test": "npm run lint && egg-bin test", "ci": "npm run lint && egg-bin cov", "cov": "egg-bin cov", "autod": "autod" }, "ci": { "version": "4, 6, 7" }, "files": [ "index.js", "lib" ] }