kibana/packages/kbn-test-subj-selector/package.json
Spencer 2e232c2e31
[@kbn/expect] "fork" expect.js into repo (#33761)
* [@kbn/expect] "fork" expect.js into repo

* [eslint] autofix references to expect.js

* [tslint] autofix all expect.js imports

* now that expect.js is in strict mode, avoid reassigning fn.length
2019-03-25 09:56:48 -07:00

16 lines
322 B
JSON
Executable file

{
"name": "@kbn/test-subj-selector",
"version": "0.2.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"keywords": [],
"author": "Spencer Alger <email@spalger.com>",
"license": "Apache-2.0",
"devDependencies": {
"@kbn/expect": "1.0.0",
"mocha": "^2.3.4"
}
}