Files
smartconfig/package.json

31 lines
721 B
JSON
Raw Normal View History

2016-07-14 00:14:28 +02:00
{
"name": "npmextra",
2017-07-09 19:05:07 +02:00
"version": "2.0.6",
2016-07-14 00:14:28 +02:00
"description": "do more with npm",
"main": "dist/index.js",
2016-07-17 02:11:41 +02:00
"typings": "dist/index.d.ts",
2016-07-14 00:14:28 +02:00
"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"
},
2016-07-17 01:23:22 +02:00
"homepage": "https://gitlab.com/pushrocks/npmextra#README",
"dependencies": {
2017-07-12 15:30:49 +02:00
"beautylog": "^6.1.10",
"smartfile": "^4.2.17",
"smartlodash": "^1.0.1",
"smartq": "^1.1.6",
"tapbundle": "^1.1.1",
"taskbuffer": "^1.0.21",
"typings-global": "^1.0.19"
2016-07-17 01:23:22 +02:00
},
2017-07-09 19:05:03 +02:00
"devDependencies": {}
2016-07-14 00:14:28 +02:00
}