UNPKG

1.26 kBJSONView Raw
1{
2 "name": "my-dish",
3 "version": "2.1.0",
4 "description": "Generates various templates. React, React-Redux, CLI, React-library, etc...",
5 "scripts": {
6 "test": "nyc ava"
7 },
8 "files": [
9 "bin",
10 "npm",
11 "templates"
12 ],
13 "keywords": [
14 "template",
15 "react",
16 "redux",
17 "saga",
18 "cli",
19 "generate",
20 "scaffolding",
21 "babel",
22 "webpack",
23 "webpack-dashboard",
24 "webpack-dev-server",
25 "eslint",
26 "ava",
27 "enzyme",
28 "css-modules",
29 "flow"
30 ],
31 "bin": {
32 "dish": "./bin/dish.js"
33 },
34 "engines": {
35 "node": ">=6"
36 },
37 "repository": {
38 "url": "git+https://github.com/abouthiroppy/dish.git",
39 "type": "git"
40 },
41 "author": "abouthiroppy <git@about-hiroppy.com> (http://about-hiroppy.com)",
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/abouthiroppy/dish/issues"
45 },
46 "homepage": "https://github.com/abouthiroppy/dish#readme",
47 "dependencies": {
48 "@my-dish/packer": "^2.1.0",
49 "chalk": "^1.1.3",
50 "command-exists": "^1.2.2",
51 "fs-extra": "^1.0.0",
52 "inquirer": "^2.0.0",
53 "listr": "^0.12.0",
54 "path-exists": "^3.0.0"
55 },
56 "ava": {
57 "files": [
58 "test/**/*.js"
59 ],
60 "concurrency": 5,
61 "failFast": true,
62 "tap": true
63 }
64}