UNPKG

git-files

Version:
29 lines (28 loc) 530 B
{ "name": "git-files", "version": "0.3.0", "description": "List git files", "main": "lib/index.js", "dependencies": { "chalk": "^1.1.3" }, "scripts": { "build": "babel --presets=es2015 src -d lib", "prepublish": "npm run build" }, "keywords": [ "git", "list", "files", "staged", "modified", "untracked", "deleted" ], "author": "Scott McKenzie", "repository": { "type": "git", "url": "https://github.com/slammayjammay/git-files.git" }, "license": "MIT" }