Skip to content

Commit

Permalink
prepare package.json for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
JDragovichAlertLogic committed Apr 5, 2019
1 parent e02e012 commit 40d834c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"name": "al-collector-js",
"version": "1.1.1",
"license": "MIT",
"description": "Alert Logic Collector Common Library",
"repository": {},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/alertlogic/al-collector-js"
},
"scripts": {
"lint": "jshint --show-non-errors --exclude \"./node_modules/*,./proto/*\" **/*.js *.js",
"test": "JUNIT_REPORT_PATH=./test/report.xml nyc --reporter=cobertura mocha --colors --reporter mocha-jenkins-reporter"
},
"main":"index.js",
"maintainers": [
{
"name": "Alert Logic NPM Team",
"email": "[email protected]"
}
],
"devDependencies": {
"jshint": "^2.9.5",
"mocha": "^3.5.3",
Expand Down

0 comments on commit 40d834c

Please sign in to comment.