-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1013 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
32
33
34
35
36
37
{
"name": "bs-webworkers",
"description": "Bucklescript bindings for Web Workers",
"version": "0.2.4",
"keywords": [
"reason",
"reasonml",
"Bucklescript",
"webworkers"
],
"jest": {
"setupFiles": [
"/Users/davidgomes/src/webworkers-bs/setup.js"
]
},
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"example": "cd example && ws",
"test": "jest"
},
"bugs": "https://github.com/davidgomes/bs-webworkers/issues",
"homepage": "https://github.com/davidgomes/bs-webworkers",
"devDependencies": {
"bs-jest": "0.2.0",
"bs-platform": "2.1.0",
"jest": "22.0.4",
"local-web-server": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidgomes/bs-webworkers"
},
"author": "David Gomes <davidrafagomes@gmail.com>",
"license": "MIT"
}