forked from matteckert/gulp-jison
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 980 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
{
"name": "@gerhobbelt/gulp-jison",
"version": "1.2.1-214",
"description": "Jison plugin for gulp",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha",
"pub": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git://github.com/matteckert/gulp-jison.git"
},
"keywords": [
"gulpplugin",
"jison"
],
"author": {
"name": "Matt Eckert",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/matteckert/gulp-jison/issues"
},
"homepage": "https://github.com/matteckert/gulp-jison",
"engines": {
"node": ">=4.0"
},
"dependencies": {
"jison-gho": "0.6.1-214",
"object-assign": "4.1.1",
"through2": "2.0.3",
"gulp-util": "3.0.8"
},
"devDependencies": {
"@gerhobbelt/lex-parser": "0.6.1-214",
"@gerhobbelt/ebnf-parser": "0.6.1-214",
"app-module-path": "2.2.0",
"mocha": "4.0.1",
"should": "13.1.3"
}
}