opensource
Version:
Add a license to your opensource project by running a simple command
18 lines (17 loc) • 363 B
JSON
{
"name": "opensource",
"version": "0.0.3",
"description": "Add a license to your opensource project by running a simple command",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"apache2",
"mit",
"bsd",
"gpl"
],
"author": "Mohnish Thallavajhula",
"license": "MIT"
}