legal
Version:
go legal programmatically
37 lines (36 loc) • 752 B
JSON
{
"name": "legal",
"version": "1.0.5",
"description": "go legal programmatically",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pkunz/legal.git"
},
"keywords": [
"legal",
"docs",
"privacy",
"policy"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pkunz/legal/issues"
},
"homepage": "https://gitlab.com/pkunz/legal#README",
"dependencies": {
"beautylog": "^6.1.10",
"license-checker": "^16.0.0",
"smartq": "^1.1.6",
"tsclass": "^1.0.18"
},
"devDependencies": {
"@types/node": "^9.4.6",
"tapbundle": "^2.0.0"
}
}