-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 730 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 730 Bytes
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
{
"name": "bs-websocket",
"version": "0.1.5",
"repository": "graforlock/bs-websocket",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"example": "npm run build && webpack-dev-server --config webpack.config.js"
},
"keywords": [
"BuckleScript",
"websocket",
"websockets",
"ws",
"bs",
"reason",
"reasonml"
],
"author": "",
"license": "MIT",
"devDependencies": {
"bs-platform": "^4.0.5",
"clean-webpack-plugin": "^0.1.19",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
},
"dependencies": {
"bs-webapi": "^0.11.0"
}
}