forked from Nordth/php-pegjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 989 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
{
"name": "php-pegjs",
"version": "0.8.7",
"description": "PHP target for PEG.js parser generator",
"main": "src/phppegjs.js",
"files": [
"LICENSE",
"README.md",
"examples/arithmetics.pegjs",
"examples/css.pegjs",
"examples/javascript.pegjs",
"examples/json.pegjs",
"examples/digits.pegjs",
"src/phppegjs.js",
"src/passes/generate-bytecode-php.js",
"src/passes/generate-php.js",
"test/README",
"test/test.js",
"test/test_index.php"
],
"peerDependencies": {
"pegjs": "~0.8.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Nordth/php-pegjs.git"
},
"keywords": [
"pegjs",
"plugin",
"php",
"parser",
"generator"
],
"author": "Elantcev Mikhail",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nordth/php-pegjs/issues"
}
}