athieriot / drone-artifactory

Drone plugin for publishing build artifacts to Artifactory
Apache License 2.0
10 stars 12 forks source link

Add ability to use a package.json for node applications #13

Closed dstgermain closed 8 years ago

dstgermain commented 8 years ago

This enables the use of package.json files to define attributes. Removed Pom file functionality and Package file from check_params to decrease the cyclomatic complexity.

dstgermain commented 8 years ago

I needed the ability to read a package.json file. Let me know what you think.