UNPKG

fot

Version:

A simple tool that lets you start a project without the hassle of creating the same folders over and over again. Create once... and never again.

41 lines (40 loc) 971 B
{ "name": "fot", "version": "1.4.3", "description": "A simple tool that lets you start a project without the hassle of creating the same folders over and over again. Create once... and never again.", "main": "index.js", "bin": "./dist/cli.js", "files": [ "dist/", "package.json", "package-lock.json", "README.md" ], "scripts": { "prepare": "gulp build", "postpublish": "gulp build:removefolders", "postinstall": "node dist/firstInstall.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "folders", "template", "folder-template" ], "author": "Suryansh S. <business.suryansh@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Frixoe/fot.git" }, "deprecated": false, "dependencies": { "shelljs": "^0.7.8" }, "devDependencies": { "del": "^3.0.0", "gulp": "^3.9.1", "gulp-uglify": "^3.0.0" } }