kibana/packages/kbn-test-subj-selector/package.json
Brandon Kobel 4584a8b570
Elastic License 2.0 (#90099)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00

14 lines
280 B
JSON
Executable file

{
"name": "@kbn/test-subj-selector",
"version": "0.2.1",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Spencer Alger <email@spalger.com>",
"license": "SSPL-1.0 OR Elastic License 2.0",
"private": "true",
"kibana": {
"devOnly": true
}
}