lik/package.json

39 lines
891 B
JSON
Raw Normal View History

2016-07-21 22:16:45 +00:00
{
"name": "lik",
2018-01-27 17:16:39 +00:00
"version": "2.0.5",
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": {
"@types/node": "^9.4.0",
"cz-conventional-changelog": "^2.1.0",
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": {
"@types/lodash": "^4.14.97",
"@types/minimatch": "^3.0.3",
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",
"symbol-tree": "^3.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2016-07-21 22:16:45 +00:00
}
}