lik/package.json

36 lines
875 B
JSON
Raw Normal View History

2016-07-21 22:16:45 +00:00
{
2018-07-15 14:04:27 +00:00
"name": "@pushrocks/lik",
2018-07-15 14:04:48 +00:00
"version": "2.0.6",
2018-07-15 14:04:27 +00:00
"private": false,
2016-07-21 22:16:45 +00:00
"description": "light little helpers for node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2018-07-15 14:04:27 +00:00
"test": "tsrun test/test.ts",
"build": "(npmts)"
2016-07-21 22:16:45 +00:00
},
"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": {
2018-07-15 14:04:27 +00:00
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2"
2017-06-30 15:11:47 +00:00
},
2016-07-21 22:16:45 +00:00
"dependencies": {
2018-07-15 14:04:27 +00:00
"@pushrocks/smartpromise": "^2.0.5",
"@types/lodash": "^4.14.112",
"@types/minimatch": "^3.0.3",
2018-07-15 14:04:27 +00:00
"lodash": "^4.17.10",
2017-06-30 15:19:58 +00:00
"minimatch": "^3.0.4",
"symbol-tree": "^3.2.2"
2016-07-21 22:16:45 +00:00
}
}