{ "name": "smartgit", "version": "1.0.5", "description": "smart git wrapper for node", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "cleanTest": "rm -rf test/temp*", "test": "(npm run cleanTest && npmts)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/smartgit.git" }, "keywords": [ "json", "jade", "template" ], "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartgit/issues" }, "homepage": "https://gitlab.com/pushrocks/smartgit", "dependencies": { "@types/minimatch": "*", "@types/shelljs": "^0.3.32", "beautylog": "^6.0.0", "q": "^1.4.1", "shelljs": "^0.7.5", "simple-git": "^1.62.0", "smartfile": "^4.1.0", "smartpath": "^3.2.5", "smartstring": "^2.0.22", "typings-global": "^1.0.14" }, "devDependencies": { "@types/should": "^8.1.30", "npmts-g": "^5.2.8", "should": "^11.1.1", "typings-test": "^1.0.3" } }