UNPKG

482 BJSONView Raw
1{
2 "name": "cucumber",
3 "homepage": "http://git.io/cukejs",
4 "authors": [
5 "Julien Biezemans <jb@jbpros.com>"
6 ],
7 "description": "The official JavaScript implementation of Cucumber.",
8 "main": "release/cucumber.js",
9 "keywords": [
10 "testing",
11 "bdd",
12 "cucumber",
13 "gherkin",
14 "tests"
15 ],
16 "license": "MIT",
17 "ignore": [
18 "**/.*",
19 "node_modules",
20 "bower_components",
21 "tmp",
22 "spec",
23 "features",
24 "examples",
25 "scripts"
26 ]
27}