-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 891 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
{
"name": "tart-PEG",
"version": "0.1.3",
"description": "Parsing Expression Grammar (PEG) tools (tart module)",
"scripts": {
"inject-examples": "node scripts/injectExamples.js",
"readme": "node examples/readme.js",
"sample": "node examples/sample.js",
"generate-PEG": "node examples/generatePEG.js",
"humus": "node humus/humus.js",
"test": "node scripts/test.js"
},
"main": "PEG.js",
"devDependencies": {
"tart-tracing": "0.3.0",
"nodeunit": "0.10.x"
},
"dependencies": {
"tart": "0.3.0"
},
"repository": {
"type": "git",
"url": "[email protected]:dalnefre/tart-PEG.git"
},
"keywords": [
"tart",
"actor",
"PEG",
"parsing",
"humus",
"reference"
],
"contributors": [
"Dale Schumacher <[email protected]>",
"Tristan Slominski <[email protected]>"
],
"license": "MIT"
}