2016-03-30 23:59:45 +00:00
|
|
|
{
|
2019-06-18 13:17:50 +00:00
|
|
|
"name": "@pushrocks/smartgit",
|
2019-06-18 13:17:50 +00:00
|
|
|
"version": "1.0.6",
|
2019-06-18 13:17:50 +00:00
|
|
|
"description": "smart wrapper for nodegit",
|
2016-03-30 23:59:45 +00:00
|
|
|
"main": "dist/index.js",
|
2016-06-23 17:58:25 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-03-30 23:59:45 +00:00
|
|
|
"scripts": {
|
2019-06-18 13:17:50 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2016-03-30 23:59:45 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-07-03 22:13:32 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartgit.git"
|
2016-03-30 23:59:45 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"jade",
|
|
|
|
"template"
|
|
|
|
],
|
|
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-07-03 22:13:32 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartgit/issues"
|
2016-03-30 23:59:45 +00:00
|
|
|
},
|
2016-07-03 22:13:32 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartgit",
|
2016-03-30 23:59:45 +00:00
|
|
|
"dependencies": {
|
2019-06-18 13:17:50 +00:00
|
|
|
"@pushrocks/smartfile": "^7.0.2",
|
|
|
|
"@pushrocks/smartpath": "^4.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
|
|
"@pushrocks/smartshell": "^2.0.23",
|
|
|
|
"@pushrocks/smartstring": "^3.0.10",
|
|
|
|
"@types/minimatch": "^3.0.3",
|
|
|
|
"@types/nodegit": "^0.24.8",
|
|
|
|
"nodegit": "^0.24.3"
|
2016-03-30 23:59:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-06-18 13:17:50 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.11",
|
|
|
|
"@gitzone/tstest": "^1.0.24",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.9",
|
|
|
|
"tslint": "^5.17.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
|
|
|
},
|
|
|
|
"private": false,
|
|
|
|
"files": [
|
|
|
|
"ts/*",
|
|
|
|
"ts_web/*",
|
|
|
|
"dist/*",
|
|
|
|
"dist_web/*",
|
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2019-06-18 13:17:50 +00:00
|
|
|
}
|