2016-02-20 04:05:07 +00:00
|
|
|
{
|
|
|
|
"name": "projectinfo",
|
2017-09-22 21:53:26 +00:00
|
|
|
"version": "3.0.4",
|
2016-02-20 04:05:07 +00:00
|
|
|
"description": "gather information about projects. supports npm, git etc.",
|
|
|
|
"main": "dist/index.js",
|
2016-06-09 01:13:40 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-02-20 04:05:07 +00:00
|
|
|
"scripts": {
|
2018-09-02 12:08:15 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2016-02-20 04:05:07 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-08 23:38:22 +00:00
|
|
|
"url": "git+https://gitlab.com/pushrocks/projectinfo.git"
|
2016-02-20 04:05:07 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"project",
|
|
|
|
"npm",
|
|
|
|
"git",
|
|
|
|
"info",
|
|
|
|
"package"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-08 23:38:22 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/projectinfo/issues"
|
2016-02-20 04:05:07 +00:00
|
|
|
},
|
2016-06-08 23:38:22 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
|
2016-02-20 04:05:07 +00:00
|
|
|
"devDependencies": {
|
2018-09-02 12:08:15 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@gitzone/tstest": "^1.0.15",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.5",
|
|
|
|
"@types/node": "^10.9.4"
|
2016-02-20 04:05:07 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-09-02 12:08:15 +00:00
|
|
|
"@pushrocks/smartfile": "^6.0.8",
|
|
|
|
"@pushrocks/smartpath": "^4.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@pushrocks/smartstring": "^3.0.4"
|
2016-02-20 04:05:07 +00:00
|
|
|
}
|
|
|
|
}
|