-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.34 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "api-pegjs",
"description": "API PEGjs (HTTP, methods, headers, media-type, etc)",
"keywords": [
"PEG",
"RFC",
"ISO",
"ABNF",
"HTTP",
"API",
"methods",
"headers",
"media-type",
"date",
"time"
],
"version": "0.4.23",
"repository": {
"type": "git",
"url": "git://github.com/for-GET/api-pegjs.git"
},
"licenses": [
{
"type": "Unlicense",
"url": "http://unlicense.org/UNLICENSE"
}
],
"bin": {
"api-pegjs-parse": "bin/parse.coffee",
"api-pegjs-source": "bin/source.coffee"
},
"scripts": {
"prepublish": "make prepublish",
"test": "make test"
},
"dependencies": {
"camelize-http-headers": "~0.0.1",
"core-pegjs": "~0.7.5",
"know-your-http-well": "~0.2.0",
"lodash": "~2.4.1",
"pct-encode": "~1.0.1",
"pegjs": "git://github.com/andreineculau/pegjs.git#master-0.8.0",
"pegjs-override-action": "~0.2.3"
},
"optionalDependencies": {
"coffee-script": "~1.8.0"
},
"devDependencies": {
"api-pegjs-test": "git://github.com/for-GET/api-pegjs-test.git#master",
"chai": "~1.9.2",
"coffeelint": "~1.6.0",
"glob": "~4.0.6",
"mocha": "~1.21.4",
"testem": "~0.6.22"
},
"publishConfig": {
"bin": {
"api-pegjs-parse": "bin/parse.js",
"api-pegjs-source": "bin/source.js"
}
}
}