projectinfo/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2016-02-20 04:05:07 +00:00
{
2018-09-02 12:12:36 +00:00
"name": "@pushrocks/projectinfo",
2018-09-02 12:24:45 +00:00
"version": "4.0.2",
2018-09-02 12:24:45 +00:00
"private": false,
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",
"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": {
"url": "https://gitlab.com/pushrocks/projectinfo/issues"
2016-02-20 04:05:07 +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"
2018-09-02 12:24:45 +00:00
}
2018-09-02 12:21:05 +00:00
}