UNPKG

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