UNPKG

579 BJSONView Raw
1{
2 "name": "gherkin",
3 "version": "4.0.0",
4 "description": "Gherkin parser",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/cucumber/gherkin-javascript"
12 },
13 "keywords": [
14 "gherkin",
15 "cucumber"
16 ],
17 "author": "Aslak Hellesøy",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/cucumber/gherkin/issues"
21 },
22 "homepage": "https://github.com/cucumber/gherkin",
23 "devDependencies": {
24 "browserify": "^13.0.0",
25 "mocha": "^2.3.4",
26 "uglify-js": "^2.6.1"
27 }
28}