lean-tcg
Version:
52 lines (51 loc) • 920 B
JSON
{
"name": "lean-tcg",
"version": "0.1.0",
"description": "rename stuff!",
"license": "BSD-2-Clause",
"repository": "jeffreysbrother/lean-tcg",
"author": "James Cool",
"main": "app/index.js",
"bin": {
"lean-tcg": "./app/index.js"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "mocha --reporter spec --timeout 3000"
},
"files": [
"app"
],
"keywords": [
"The Control Group",
"TCG",
"front-end",
"automation",
"rename",
"utility",
"copy",
"file names",
"duplicate",
"split test",
"splittest",
"A/B",
"optimization",
"chalk",
"fs-extra",
"shelljs",
"inquirer",
"simple-git",
"James Cool",
"jeffreysbrother"
],
"dependencies": {
"chalk": "^2.4.2",
"extfs": "0.0.7",
"inquirer": "^6.3.1",
"fs-extra": "^8.0.1",
"shelljs": "^0.8.3",
"simple-git": "^1.113.0"
}
}