2016-07-21 22:16:45 +00:00
|
|
|
{
|
|
|
|
"name": "lik",
|
2017-07-05 12:29:46 +00:00
|
|
|
"version": "1.0.37",
|
2016-07-21 22:16:45 +00:00
|
|
|
"description": "light little helpers for node",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/lik.git"
|
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/lik/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/lik#README",
|
2017-06-30 15:11:47 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"tapbundle": "^1.0.14"
|
|
|
|
},
|
2016-07-21 22:16:45 +00:00
|
|
|
"dependencies": {
|
2017-06-30 15:19:58 +00:00
|
|
|
"@types/lodash": "^4.14.67",
|
2016-08-03 10:01:55 +00:00
|
|
|
"@types/minimatch": "2.x.x",
|
2017-04-09 14:29:14 +00:00
|
|
|
"@types/q": "1.x.x",
|
|
|
|
"lodash": "^4.17.4",
|
2017-06-30 15:19:58 +00:00
|
|
|
"minimatch": "^3.0.4",
|
2017-04-09 14:29:14 +00:00
|
|
|
"q": "^1.5.0",
|
2017-06-30 15:19:58 +00:00
|
|
|
"rxjs": "^5.4.1",
|
2017-06-17 12:44:55 +00:00
|
|
|
"smartq": "^1.1.1",
|
2017-06-30 15:19:58 +00:00
|
|
|
"typings-global": "^1.0.19"
|
2016-07-21 22:16:45 +00:00
|
|
|
}
|
|
|
|
}
|