kibana/packages/kbn-datemath/package.json
Spencer 489779a906
[6.x] [ts] enable support for iterators in browsers (#22986) (#23014)
Backports the following commits to 6.x:
 - [ts] enable support for iterators in browsers  (#22986)
2018-09-13 16:52:20 -07:00

22 lines
539 B
JSON

{
"name": "@kbn/datemath",
"version": "5.0.0",
"description": "elasticsearch datemath parser, used in kibana",
"license": "Apache-2.0",
"private": true,
"main": "target/index.js",
"scripts": {
"build": "babel src --out-dir target",
"kbn:bootstrap": "yarn build",
"kbn:watch": "yarn build --watch"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1"
},
"dependencies": {
"moment": "^2.13.0",
"tslib": "^1.9.3"
}
}