-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
{
"name": "timeseries-client",
"version": "1.0.6",
"description": "",
"private": false,
"main": "lib/index.js",
"types": "lib/index.d.ts",
"browser": "dist/bundle.js",
"scripts": {
"build": "tsc",
"browser": "npm run webpack",
"webpack": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sigvevermandere/airQualityClientside.git"
},
"author": "Sigve Vermandere",
"license": "ISC",
"bugs": {
"url": "https://github.com/sigvevermandere/airQualityClientside/issues"
},
"homepage": "https://github.com/sigvevermandere/airQualityClientside#readme",
"devDependencies": {
"ts-loader": "^6.2.0",
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"@turf/nearest-point-to-line": "^6.0.0",
"@turf/point-to-line-distance": "^6.0.0",
"@turf/turf": "^5.1.6",
"@types/n3": "^1.1.1",
"@types/node": "^12.7.11",
"@types/uritemplate": "^0.3.4",
"cacheable-request": "^7.0.0",
"follow-redirects": "^1.9.0",
"fs": "0.0.1-security",
"global-mercator": "^3.1.0",
"https": "^1.0.0",
"influx": "^5.5.1",
"moment": "^2.24.0",
"n3": "^1.3.0",
"node-influx": "^1.0.2",
"request": "^2.88.0",
"require": "^2.4.20",
"tslint": "^5.20.0",
"uritemplate": "^0.3.4",
"url": "^0.11.0"
}
}