forked from elastic/ems-file-service
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "ems-file-service",
"private": true,
"version": "0.0.1",
"description": "Data sources, vector data, and manifest generation for Elastic Maps Service",
"main": "index.js",
"scripts": {
"test": "tap test/*.js --cov",
"build": "node index.js"
},
"keywords": [],
"author": "Nick Peihl <nick.peihl@elastic.co>",
"license": "Elastic-License",
"dependencies": {
"glob": "^7.1.2",
"hjson": "^3.1.1",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2",
"semver": "^5.5.0"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.15.0",
"ajv": "^6.5.5",
"babel-eslint": "^8.0.0",
"eslint": "^4.19.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jest": "^21.0.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.1.0",
"geojson-rewind": "^0.3.1",
"jsts": "^2.0.2",
"node-fetch": "^2.2.0",
"tap": "^12.1.0"
}
}