projectinfo/package.json

37 lines
781 B
JSON

{
"name": "projectinfo",
"version": "1.0.2",
"description": "gather information about projects. supports npm, git etc.",
"main": "dist/index.js",
"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": {
"npmts": "^5.2.5",
"should": "^9.0.0"
},
"dependencies": {
"q": "^1.4.1",
"smartfile": "3.0.10",
"smartstring": "2.0.6",
"typings-global": "^1.0.3"
}
}