Created
May 7, 2018 18:57
-
-
Save adon-at-work/7a7113f2592fda2c9f02b4294da8107d to your computer and use it in GitHub Desktop.
adon-test package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "adon-test", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"jenkins-mocha": "^6.0.0" | |
}, | |
"publishConfig": { | |
"registry":"https://artifactory-oath-us.jfrogbeta.com/artifactory/api/npm/npm/" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment