UNPKG

407 BJSONView Raw
1{
2 "name": "cucumber-pretty",
3 "version": "0.0.3",
4 "description": "Cucumber.js Pretty Formatter",
5 "main": "index.js",
6 "repository": "https://github.com/kozhevnikov/cucumber-pretty",
7 "author": "Ilya Kozhevnikov <git@kozhevnikov.com>",
8 "license": "MIT",
9 "files": [
10 "index.js"
11 ],
12 "scripts": {
13 "test": "cucumber-js test -f ."
14 },
15 "devDependencies": {
16 "cucumber": "^3.0.1"
17 }
18}