-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 731 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 731 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-node-readline",
"description": "Node readline bindings for BuckleScript",
"version": "1.0.0",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"keywords": [
"bucklescript",
"readline",
"node",
"reasonml",
"ocaml"
],
"author": {
"name": "Steven Scaffidi",
"email": "sscaff1@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/sscaff1/bs-node-readline"
},
"homepage": "https://github.com/sscaff1/bs-node-readline",
"bugs": {
"url": "https://github.com/sscaff1/bs-node-readline/issues"
},
"license": "MIT",
"devDependencies": {
"bs-platform": "^7.0.1"
}
}