UNPKG

896 BJSONView Raw
1{
2 "name": "@0x4447/cucumber",
3 "version": "1.4.20",
4 "description": "🥒 convert app.json in to .env ",
5 "homepage": "https://0x4447.com/toolbox",
6 "main": "index.js",
7 "publishConfig": {
8 "access": "public"
9 },
10 "scripts": {
11 "build": "npm pack && npm install -g 0x4447-cucumber-* && rm 0x4447-cucumber-*",
12 "test": "mocha"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/0x4447/0x4447-cli-node-cucumber"
17 },
18 "bin": {
19 "cucumber": "./index.js"
20 },
21 "author": {
22 "name": "0x4447",
23 "email": "hello@0x4447.email",
24 "url": "https://0x4447.com"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/0x4447/0x4447-cli-node-cucumber/issues"
29 },
30 "keywords": [
31 "0x4447",
32 "cli",
33 "env",
34 "heroku",
35 "heroku button",
36 "foreman"
37 ],
38 "dependencies": {
39 "commander": "2.15.1",
40 "mocha": "4.1.0"
41 }
42}