forked from c-cube/gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1012 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "bs-gen",
"version": "0.5.3",
"description": "Simple, efficient iterators for OCaml",
"main": "src/gen.bs.js",
"scripts": {
"prepare": "npm run clean && bsb -make-world",
"clean": "bsb -clean-world",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bsconfig.json",
"src",
"!**/dune",
"!**/dune-project",
"!**/.merlin"
],
"keywords": [
"BuckleScript",
"ReasonML",
"OCaml",
"generator",
"tool",
"coro",
"coroutine",
"async",
"iterator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/c-cube/gen.git"
},
"contributors": [
"Simon Cruanes <[email protected]>",
"ELLIOTTCABLE <[email protected]>"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/c-cube/gen/issues"
},
"homepage": "http://c-cube.github.io/gen/",
"devDependencies": {
"bs-platform": "^5.2.1"
},
"peerDependencies": {
"bs-platform": ">=5.0.0"
}
}