-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 726 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 726 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
34
{
"name": "pegjs",
"version": "0.7.0",
"description": "Parser generator for JavaScript",
"homepage": "http://pegjs.majda.cz/",
"author": {
"name": "David Majda",
"email": "david@majda.cz",
"url": "http://majda.cz/"
},
"main": "lib/peg",
"bin": {
"pegjs": "bin/pegjs"
},
"repository": {
"type": "git",
"url": "git://github.com/dmajda/pegjs.git"
},
"devDependencies": {
"uglify-js": ">= 1.2.4",
"jshint": ">= 0.5.5"
},
"engines": {
"node": ">= 0.6.6"
},
"_id": "pegjs@0.7.0",
"dependencies": {},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.16",
"_nodeVersion": "v0.6.15",
"_defaultsLoaded": true,
"_from": "pegjs"
}