-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 889 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
{
"name": "jisonify",
"version": "1.0.4",
"description": "Browserify transform for Jison parsers.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test/test*"
},
"dependencies": {
"through": "^2.3.4",
"jison": "^0.4.13"
},
"devDependencies": {
"shelljs": "^0.2.6",
"grunt": "^0.4.4",
"inquirer": "^0.4.1",
"browserify": "^3.41.0",
"mocha": "^1.18.2"
},
"repository": {
"type": "git",
"url": "git://github.com/schmich/jisonify.git"
},
"keywords": [
"jison",
"browserify"
],
"bugs": {
"url": "https://github.com/schmich/jisonify/issues"
},
"author": {
"name": "Chris Schmich",
"email": "schmch@gmail.com",
"url": "https://github.com/schmich"
},
"homepage": "https://github.com/schmich/jisonify",
"contributors": [],
"license": "MIT",
"readmeFilename": "README.md"
}