UNPKG

2.45 kBJSONView Raw
1{
2 "name": "base",
3 "description": "Framework for rapidly creating high quality, server-side node.js applications, using plugins like building blocks",
4 "version": "3.0.0",
5 "homepage": "https://github.com/node-base/base",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "maintainers": [
8 "Brian Woodward (https://github.com/doowb)",
9 "Jon Schlinkert (https://github.com/jonschlinkert)"
10 ],
11 "contributors": [
12 "Brian Woodward (https://twitter.com/doowb)",
13 "John O'Donnell (https://github.com/criticalmash)",
14 "Jon Schlinkert (http://twitter.com/jonschlinkert)",
15 "Olsten Larck (https://i.am.charlike.online)",
16 "(https://github.com/wtgtybhertgeghgtwtg)"
17 ],
18 "repository": "node-base/base",
19 "bugs": {
20 "url": "https://github.com/node-base/base/issues"
21 },
22 "license": "MIT",
23 "files": [
24 "index.js"
25 ],
26 "main": "index.js",
27 "engines": {
28 "node": ">=6"
29 },
30 "scripts": {
31 "test": "mocha"
32 },
33 "dependencies": {
34 "cache-base": "^4.0.0",
35 "define-property": "^2.0.2",
36 "kind-of": "^6.0.2",
37 "mixin-deep": "^1.3.1",
38 "pascalcase": "^0.1.1"
39 },
40 "devDependencies": {
41 "gulp-format-md": "^1.0.0",
42 "helper-changelog": "^0.3.0",
43 "mocha": "^3.5.3",
44 "through2": "^2.0.3",
45 "verb-generate-readme": "^0.6.0"
46 },
47 "keywords": [
48 "base",
49 "boilerplate",
50 "cache",
51 "del",
52 "get",
53 "inherit",
54 "methods",
55 "set",
56 "starter",
57 "unset",
58 "visit"
59 ],
60 "verb": {
61 "run": true,
62 "toc": "collapsible",
63 "tasks": [
64 "readme"
65 ],
66 "plugins": [
67 "gulp-format-md"
68 ],
69 "helpers": [
70 "helper-changelog"
71 ],
72 "related": {
73 "description": "There are a number of different plugins available for extending base. Let us know if you create your own!",
74 "hightlight": "generate",
75 "list": [
76 "base-cwd",
77 "base-data",
78 "base-fs",
79 "base-generators",
80 "base-option",
81 "base-pipeline",
82 "base-pkg",
83 "base-plugins",
84 "base-questions",
85 "base-store",
86 "base-task"
87 ]
88 },
89 "reflinks": [
90 "assemble",
91 "base",
92 "base-plugins",
93 "cache-base",
94 "class-utils",
95 "enquirer",
96 "generate",
97 "helper-changelog",
98 "prompt-base",
99 "static-extend",
100 "templates",
101 "update",
102 "verb"
103 ],
104 "lint": {
105 "reflinks": true
106 }
107 }
108}