npmextra/package.json
2017-08-16 18:25:48 +02:00

33 lines
750 B
JSON

{
"name": "npmextra",
"version": "2.0.9",
"description": "do more with npm",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/npmextra.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/npmextra/issues"
},
"homepage": "https://gitlab.com/pushrocks/npmextra#README",
"dependencies": {
"beautylog": "^6.1.10",
"smartfile": "^4.2.20",
"smartlodash": "^1.0.1",
"smartpath": "^3.2.8",
"smartq": "^1.1.6",
"taskbuffer": "^1.0.22",
"typings-global": "^1.0.20"
},
"devDependencies": {
"tapbundle": "^1.1.1"
}
}