-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "knreise-api",
"version": "2.4.0",
"description": "Api wrapper for KNreise",
"main": "dist/index.js",
"scripts": {
"test": "",
"clean": "rimraf dist",
"prepublish": "npm run build",
"start": "webpack-dev-server --open",
"build": "npm run clean && babel src --out-dir dist --source-maps inline --copy-files"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"expose-loader": "^0.7.4",
"rimraf": "^2.6.2",
"url-loader": "^1.0.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"repository": {
"type": "git",
"url": "https://github.com/knreise/KNReiseAPI.git"
},
"homepage": "https://github.com/knreise/KNReiseAPI",
"dependencies": {
"@mapbox/togeojson": "^0.16.0",
"@turf/boolean-contains": "^6.0.1",
"crypto-js": "^3.1.2",
"csvtojson": "^1.1.9",
"esri2geo": "^0.1.4",
"jquery": "^3.3.1",
"request": "^2.87.0",
"wtf_wikipedia": "^4.2.0",
"x2js": "^2.0.0"
}
}