lik/package.json

32 lines
720 B
JSON
Raw Normal View History

2016-07-21 22:16:45 +00:00
{
"name": "lik",
2017-10-30 07:23:32 +00:00
"version": "2.0.1",
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": {
2017-09-21 21:01:03 +00:00
"tapbundle": "^1.1.1"
2017-06-30 15:11:47 +00:00
},
2016-07-21 22:16:45 +00:00
"dependencies": {
2017-09-21 21:01:03 +00:00
"@types/lodash": "^4.14.74",
"@types/minimatch": "3.x.x",
2017-04-09 14:29:14 +00:00
"lodash": "^4.17.4",
2017-06-30 15:19:58 +00:00
"minimatch": "^3.0.4",
2017-09-21 21:01:03 +00:00
"smartq": "^1.1.6",
"typings-global": "^1.0.20"
2016-07-21 22:16:45 +00:00
}
}