UNPKG

1.64 kBJSONView Raw
1{
2 "name": "base-app",
3 "description": "Starting point for creating a base application, with a couple of light plugins for running tasks and writing to the file system, and a functional CLI.",
4 "version": "1.0.0",
5 "homepage": "https://github.com/node-base/base-app",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "node-base/base-app",
8 "bugs": {
9 "url": "https://github.com/node-base/base-app/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "bin",
14 "index.js",
15 "lib"
16 ],
17 "main": "index.js",
18 "bin": {
19 "base": "bin/cli.js"
20 },
21 "engines": {
22 "node": ">8.0"
23 },
24 "scripts": {
25 "test": "mocha"
26 },
27 "dependencies": {
28 "base": "^2.0.1",
29 "base-fs": "^0.3.5",
30 "base-generators": "^0.4.6",
31 "find-pkg": "^2.0.0",
32 "global-modules": "^1.0.0",
33 "log-utils": "^0.2.1",
34 "matched": "^2.0.1",
35 "minimist": "^1.2.0",
36 "resolve-file": "^0.3.0"
37 },
38 "devDependencies": {
39 "gulp-format-md": "^1.0.0",
40 "mocha": "^3.5.3"
41 },
42 "keywords": [
43 "api",
44 "app",
45 "application",
46 "base",
47 "base-plugin",
48 "baseplugin",
49 "building-blocks",
50 "create",
51 "framework",
52 "plugin",
53 "plugins",
54 "tool",
55 "toolkit",
56 "tools"
57 ],
58 "verb": {
59 "run": true,
60 "toc": true,
61 "layout": "default",
62 "tasks": [
63 "readme"
64 ],
65 "plugins": [
66 "gulp-format-md"
67 ],
68 "related": {
69 "list": [
70 "base",
71 "base-fs",
72 "base-pipeline"
73 ]
74 },
75 "lint": {
76 "reflinks": true
77 },
78 "reflinks": [
79 "base",
80 "base-task",
81 "composer"
82 ]
83 }
84}