npmextra/package.json

32 lines
748 B
JSON
Raw Normal View History

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