lik/package.json

32 lines
703 B
JSON
Raw Normal View History

2016-07-21 22:16:45 +00:00
{
"name": "lik",
2016-08-08 14:01:49 +00:00
"version": "1.0.12",
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",
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^10.0.0",
"typings-test": "^1.0.1"
},
"dependencies": {
2016-08-03 10:01:55 +00:00
"@types/minimatch": "2.x.x",
"@types/q": "0.x.x",
"minimatch": "^3.0.2",
2016-07-21 22:16:45 +00:00
"q": "^1.4.1"
}
}