Files
smartconfig/package.json

35 lines
793 B
JSON
Raw Permalink Normal View History

2016-07-14 00:14:28 +02:00
{
"name": "npmextra",
2017-03-18 16:23:50 +01:00
"version": "2.0.4",
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-03-18 16:23:47 +01:00
"@types/q": "^1.x.x",
"beautylog": "^6.1.5",
"lodash": "^4.17.4",
2016-07-17 01:23:22 +02:00
"q": "^1.4.1",
2017-03-18 16:23:47 +01:00
"smartfile": "^4.1.9",
"smartq": "^1.1.1",
2016-09-23 22:13:06 +02:00
"typings-global": "^1.0.14"
2016-07-17 01:23:22 +02:00
},
"devDependencies": {
2016-09-23 22:13:06 +02:00
"@types/should": "^8.1.30",
2017-03-18 16:23:47 +01:00
"should": "^11.2.1",
2016-09-23 22:13:06 +02:00
"typings-test": "^1.0.3"
2016-07-17 01:23:22 +02:00
}
2016-07-14 00:14:28 +02:00
}