2016-02-20 04:05:07 +00:00
|
|
|
{
|
|
|
|
"name": "projectinfo",
|
2016-11-26 22:18:46 +00:00
|
|
|
"version": "3.0.0",
|
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",
|
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": {
|
2016-11-26 13:45:56 +00:00
|
|
|
"npmts-g": "^5.2.10",
|
2016-10-27 17:43:54 +00:00
|
|
|
"should": "^11.1.1",
|
|
|
|
"typings-test": "^1.0.3"
|
2016-02-20 04:05:07 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-11-26 22:18:33 +00:00
|
|
|
"@types/q": "0.0.32",
|
2016-02-20 04:05:07 +00:00
|
|
|
"q": "^1.4.1",
|
2016-10-27 17:43:54 +00:00
|
|
|
"smartfile": "4.1.0",
|
2016-11-26 22:18:33 +00:00
|
|
|
"smartpath": "^3.2.6",
|
2016-11-26 13:45:56 +00:00
|
|
|
"smartstring": "2.0.22",
|
2016-10-27 17:43:54 +00:00
|
|
|
"typings-global": "^1.0.14"
|
2016-02-20 04:05:07 +00:00
|
|
|
}
|
|
|
|
}
|