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
Nicolai Ort 4b89d6419d
All checks were successful
continuous-integration/drone/push Build is passing
Fixed files and nameing (version bump)
2020-12-31 17:56:34 +01:00

33 lines
747 B
JSON

{
"name": "@odit/license-exporter",
"version": "0.0.6",
"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": {
"license-exporter": "./bin/exporter.js"
},
"files": [ "bin", "exporter.js", "README.md", "package.json", "LICENSE" ]
}