Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
[npm] finish package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 14, 2016
1 parent 1455f09 commit c7b0e9d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kibana-plugin-helpers",
"version": "5.0.0-beta1",
"description": "",
"description": "Just some helpers for kibana plugin devs.",
"main": "index.js",
"bin": {
"plugin-helper": "bin/plugin-helper.js"
Expand All @@ -24,5 +24,17 @@
"gulp-rename": "1.2.2",
"gulp-zip": "3.1.0",
"vinyl-fs": "2.3.1"
}
},
"directories": {
"doc": "docs"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/spalger/kibana-plugin-helpers.git"
},
"bugs": {
"url": "https://github.com/spalger/kibana-plugin-helpers/issues"
},
"homepage": "https://github.com/spalger/kibana-plugin-helpers#readme"
}

0 comments on commit c7b0e9d

Please sign in to comment.