36 lines
823 B
JSON
36 lines
823 B
JSON
{
|
|
"name": "lik",
|
|
"version": "1.0.27",
|
|
"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",
|
|
"devDependencies": {
|
|
"@types/should": "^8.1.30",
|
|
"should": "^11.2.1",
|
|
"typings-test": "^1.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.62",
|
|
"@types/minimatch": "2.x.x",
|
|
"@types/q": "1.x.x",
|
|
"lodash": "^4.17.4",
|
|
"minimatch": "^3.0.3",
|
|
"q": "^1.5.0",
|
|
"rxjs": "^5.3.0",
|
|
"typings-global": "^1.0.14"
|
|
}
|
|
}
|