Adding License information to the package.json

This will make the license being used visible on npmjs.com, and downstream consumers via npm install, etc.
This commit is contained in:
Wayne Foley 2016-04-15 15:56:47 -07:00
parent 99a8cfe6fb
commit 15c61eccf8
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"description": "A commandline utility to convert JSON to YAML / YML",
"keywords": ["yml", "yaml", "json", "cli", "util"],
"version": "1.0.3",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",