-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 KB
/
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
{
"name": "bs-cfgrammar-tool",
"version": "1.0.1",
"description": "ReasonML bindings for the npm package cfgrammar-tool",
"main": "index.js",
"scripts": {
"clean": "bsb -clean-world",
"build": "bsb -make-world",
"watch": "bsb -make-world -w",
"test": "jest --env node"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.5.1",
"bs-platform": "",
"jest": "*"
},
"files": [
"src/cfgrammar.re",
"bsconfig.json"
],
"peerDependencies": {
"cfgrammar-tool": "1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heldeo/bs-cfgrammar-tool.git"
},
"author": "Chris Cortina <heldeo3@hotmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/heldeo/bs-cfgrammar-tool/issues"
},
"homepage": "https://github.com/heldeo/bs-cfgrammar-tool#readme",
"keywords": [
"reason",
"bubklescript",
"cfgrammar-tool",
"cfg",
"context-free grammars"
],
"dependencies": {
"cfgrammar-tool": "^1.0.0"
}
}