-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 968 Bytes
/
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
{
"name": "socket-indoor-location-provider",
"version": "1.0.0",
"description": "IndoorLocationProvider using websockets to retrieve the user position from a server",
"main": "dist/socketIndoorLocationProvider.js",
"scripts": {
"build": "webpack",
"start": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IndoorLocation/socket-indoor-location-provider-js.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/IndoorLocation/socket-indoor-location-provider-js/issues"
},
"homepage": "https://github.com/IndoorLocation/socket-indoor-location-provider-js#readme",
"dependencies": {
"socket.io-client": "2.1.1"
},
"devDependencies": {
"@types/socket.io-client": "1.4.32",
"awesome-typescript-loader": "5.2.1",
"source-map-loader": "0.2.4",
"typescript": "3.0.3",
"webpack": "4.20.2",
"webpack-cli": "^3.1.1"
}
}