39 lines
849 B
JSON
39 lines
849 B
JSON
{
|
|
"name": "projectinfo",
|
|
"version": "3.0.3",
|
|
"description": "gather information about projects. supports npm, git etc.",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/pushrocks/projectinfo.git"
|
|
},
|
|
"keywords": [
|
|
"project",
|
|
"npm",
|
|
"git",
|
|
"info",
|
|
"package"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/projectinfo/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/projectinfo#readme",
|
|
"devDependencies": {
|
|
"tapbundle": "^1.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/q": "1.0.5",
|
|
"q": "^1.5.0",
|
|
"smartfile": "^4.2.26",
|
|
"smartpath": "^3.2.8",
|
|
"smartstring": "^2.0.24",
|
|
"typings-global": "^1.0.20"
|
|
}
|
|
}
|