projectinfo/package.json

37 lines
781 B
JSON
Raw Normal View History

2016-02-20 04:05:07 +00:00
{
"name": "projectinfo",
2016-02-23 08:38:20 +00:00
"version": "1.0.1",
2016-02-20 04:05:07 +00:00
"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"
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": {
"npmts": "^3.1.2",
"should": "^8.2.2"
},
"dependencies": {
"q": "^1.4.1",
2016-02-23 07:48:41 +00:00
"smartfile": "0.0.11",
"smartstring": "0.0.2",
"typings-global": "^1.0.3"
2016-02-20 04:05:07 +00:00
}
}