2016-03-30 23:59:45 +00:00
|
|
|
{
|
2019-06-18 13:17:50 +00:00
|
|
|
"name": "@pushrocks/smartgit",
|
2020-08-15 14:17:09 +00:00
|
|
|
"version": "1.0.18",
|
2019-06-18 13:17:50 +00:00
|
|
|
"description": "smart wrapper for nodegit",
|
2020-08-15 13:51:24 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2016-03-30 23:59:45 +00:00
|
|
|
"scripts": {
|
2019-06-18 13:17:50 +00:00
|
|
|
"test": "(tstest test/)",
|
2020-08-15 14:17:08 +00:00
|
|
|
"build": "(tsbuild --web)"
|
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": {
|
2020-08-15 13:46:56 +00:00
|
|
|
"@pushrocks/smartfile": "^8.0.0",
|
|
|
|
"@pushrocks/smartpath": "^4.0.3",
|
|
|
|
"@pushrocks/smartpromise": "^3.0.6",
|
|
|
|
"@pushrocks/smartshell": "^2.0.26",
|
|
|
|
"@pushrocks/smartstring": "^3.0.18",
|
2019-06-18 13:17:50 +00:00
|
|
|
"@types/minimatch": "^3.0.3",
|
2020-08-15 13:46:56 +00:00
|
|
|
"@types/nodegit": "^0.26.7",
|
|
|
|
"nodegit": "^0.27.0"
|
2016-03-30 23:59:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-15 13:46:56 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.25",
|
|
|
|
"@gitzone/tstest": "^1.0.44",
|
|
|
|
"@pushrocks/tapbundle": "^3.2.9",
|
|
|
|
"tslint": "^6.1.3",
|
2019-06-18 13:17:50 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0"
|
|
|
|
},
|
|
|
|
"private": false,
|
|
|
|
"files": [
|
2020-08-15 13:51:24 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-06-18 13:17:50 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2020-08-15 13:51:24 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-06-18 13:17:50 +00:00
|
|
|
]
|
2020-08-15 13:51:25 +00:00
|
|
|
}
|