projectinfo/package.json

39 lines
848 B
JSON
Raw Normal View History

2016-02-20 04:05:07 +00:00
{
"name": "projectinfo",
2016-10-27 17:44:02 +00:00
"version": "1.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": {
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": {
"q": "^1.4.1",
2016-10-27 17:43:54 +00:00
"smartfile": "4.1.0",
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
}
}