This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
forked from ShellRechargeSolutionsEU/kendo-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "kendo-elasticsearch",
"version": "3.1.1",
"description": "A Kendo DataSource extension so you can load data into your [Kendo UI Grid](http://docs.telerik.com/kendo-ui/api/javascript/ui/grid) from an [ElasticSearch](https://www.elasticsearch.org/) index.",
"main": "dist/kendo-elasticsearch.js",
"directories": {
"test": "tests"
},
"scripts": {
"prepublish": "npm run build",
"build": "cross-env NODE_ENV=build webpack",
"dev": "webpack --progress --colors --watch --mode=dev",
"test": "npm run build && karma start && npm run mocha",
"mocha": "mocha --compilers js:babel-core/register tests/mocha/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MGDIS/kendo-elasticsearch.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MGDIS/kendo-elasticsearch/issues"
},
"homepage": "https://github.com/MGDIS/kendo-elasticsearch#readme",
"devDependencies": {
"babel": "6.3.13",
"babel-cli": "^6.18.0",
"babel-core": "6.1.18",
"babel-eslint": "5.0.0",
"babel-loader": "6.1.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"bower": "^1.8.0",
"cross-env": "^5.2.0",
"elasticsearch": "^12.1.1",
"eslint": "1.7.2",
"eslint-loader": "1.1.0",
"json-schema-faker": "^0.2.0",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.2",
"karma-coveralls": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-qunit": "~1.2.1",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "~2.1.14",
"qunitjs": "^2.1.0",
"request": "^2.61.0",
"webpack": "1.12.9"
},
"dependencies": {}
}