-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 931 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
45
46
{
"name": "gulp-jison-parser",
"version": "0.1.2",
"description": "Jison plugin for gulp (gulpjs.com)",
"repository": {
"type": "git",
"url": "git://github.com/yasinkocak/gulp-jison-parser.git"
},
"author": {
"name": "Yasin Kocak"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 0.9.0"
},
"keywords": [
"gulp",
"jison",
"parser",
"lexer",
"generator",
"gulpjison",
"gulpplugin",
"gulp-jison",
"jisonlex"
],
"license": "MIT",
"dependencies": {
"ebnf-parser": "^0.1.10",
"gulp-util": "^3.0.4",
"jison": "^0.4.15",
"lex-parser": "^0.1.4",
"object-assign": "^2.0.0",
"through2": "^0.6.3"
},
"bugs": {
"url": "https://github.com/yasinkocak/gulp-jison-parser/issues"
},
"devDependencies": {
"mocha": "^2.2.1",
"should": "^5.2.0"
}
}