This repository has been archived on 2021-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
license-exporter/package.json

33 lines
689 B
JSON

{
"name": "@odit/license-exporter",
"version": "0.0.5",
"description": "A simple license crawler",
"keywords": [ "license", "ODIT.Services", "cli" ],
"repository": {
"type": "git",
"url": "https://git.odit.services/odit/license-exporter"
},
"author": "ODIT.Services",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Philipp Dormann",
"email": "philipp@philippdormann.de",
"url": "https://philippdormann.de"
},
{
"name": "Nicolai Ort",
"email": "info@nicolai-ort.com",
"url": "https://nicolai-ort.com"
}
],
"main": "exporter.js",
"bin": {
"licenseexport": "./bin/exporter.js"
},
"files": [ "bin" ]
}