forked from reasonml-community/bs-webapi-incubator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 823 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-webapi",
"version": "0.19.1",
"description": "Reason + BuckleScript bindings to DOM",
"repository": {
"type": "git",
"url": "git+https://github.com/reasonml-community/bs-webapi-incubator.git"
},
"homepage": "https://github.com/reasonml-community/bs-webapi-incubator#readme",
"keywords": [
"reason",
"bucklescript",
"web",
"dom"
],
"scripts": {
"build": "bsb -make-world",
"start": "bsb -w",
"clean": "bsb -clean-world",
"test": "bsb -make-world && bsdoc build api && bsdoc support-files"
},
"files": [
"src/",
"bsconfig.json"
],
"author": "chenglou",
"license": "MIT",
"devDependencies": {
"bs-platform": "^7.1.0"
},
"dependencies": {
"bs-fetch": "^0.6.2"
},
"peerDependencies": {
"bsdoc": "^6.0.4-alpha"
}
}