projectinfo/package.json

39 lines
849 B
JSON
Raw Normal View History

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": {
"test": "(npmts)"
},
"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": {
2017-09-22 21:46:43 +00:00
"tapbundle": "^1.1.1"
2016-02-20 04:05:07 +00:00
},
"dependencies": {
2017-09-22 21:46:43 +00:00
"@types/q": "1.0.5",
"q": "^1.5.0",
"smartfile": "^4.2.26",
2017-02-27 21:46:12 +00:00
"smartpath": "^3.2.8",
2017-09-22 21:46:43 +00:00
"smartstring": "^2.0.24",
"typings-global": "^1.0.20"
2016-02-20 04:05:07 +00:00
}
}