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

29 lines
617 B
JSON

{
"name": "@odit/license-exporter",
"version": "0.0.3",
"description": "A simple license crawler",
"main": "./export.js",
"bin": "./export.js",
"author": "ODIT.Services",
"license": "MIT",
"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"
}
],
"keywords": [
"license"
],
"repository": {
"type": "git",
"url": "https://git.odit.services/odit/license-exporter"
}
}