npmextra/package.json

31 lines
675 B
JSON
Raw Permalink Normal View History

2016-07-13 22:14:28 +00:00
{
"name": "npmextra",
2016-07-17 00:10:01 +00:00
"version": "1.0.4",
2016-07-13 22:14:28 +00:00
"description": "do more with npm",
"main": "dist/index.js",
"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": {
2016-07-17 00:09:58 +00:00
"@types/q": "*",
2016-07-16 23:23:22 +00:00
"beautylog": "^5.0.14",
"q": "^1.4.1",
"smartfile": "^4.0.10",
"typings-global": "^1.0.6"
},
"devDependencies": {
"should": "^9.0.2",
"typings-test": "^1.0.1"
}
2016-07-13 22:14:28 +00:00
}