1 | {
|
---|
2 | "name": "base",
|
---|
3 | "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
|
---|
4 | "version": "0.11.2",
|
---|
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 | "tunnckoCore (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": ">=0.10.0"
|
---|
29 | },
|
---|
30 | "scripts": {
|
---|
31 | "test": "mocha"
|
---|
32 | },
|
---|
33 | "dependencies": {
|
---|
34 | "cache-base": "^1.0.1",
|
---|
35 | "class-utils": "^0.3.5",
|
---|
36 | "component-emitter": "^1.2.1",
|
---|
37 | "define-property": "^1.0.0",
|
---|
38 | "isobject": "^3.0.1",
|
---|
39 | "mixin-deep": "^1.2.0",
|
---|
40 | "pascalcase": "^0.1.1"
|
---|
41 | },
|
---|
42 | "devDependencies": {
|
---|
43 | "gulp": "^3.9.1",
|
---|
44 | "gulp-eslint": "^4.0.0",
|
---|
45 | "gulp-format-md": "^1.0.0",
|
---|
46 | "gulp-istanbul": "^1.1.2",
|
---|
47 | "gulp-mocha": "^3.0.1",
|
---|
48 | "helper-coverage": "^0.1.3",
|
---|
49 | "mocha": "^3.5.0",
|
---|
50 | "should": "^13.0.1",
|
---|
51 | "through2": "^2.0.3",
|
---|
52 | "verb-generate-readme": "^0.6.0"
|
---|
53 | },
|
---|
54 | "keywords": [
|
---|
55 | "base",
|
---|
56 | "boilerplate",
|
---|
57 | "cache",
|
---|
58 | "del",
|
---|
59 | "get",
|
---|
60 | "inherit",
|
---|
61 | "methods",
|
---|
62 | "set",
|
---|
63 | "starter",
|
---|
64 | "unset",
|
---|
65 | "visit"
|
---|
66 | ],
|
---|
67 | "verb": {
|
---|
68 | "run": true,
|
---|
69 | "toc": false,
|
---|
70 | "layout": "default",
|
---|
71 | "tasks": [
|
---|
72 | "readme"
|
---|
73 | ],
|
---|
74 | "plugins": [
|
---|
75 | "gulp-format-md"
|
---|
76 | ],
|
---|
77 | "helpers": [
|
---|
78 | "helper-coverage"
|
---|
79 | ],
|
---|
80 | "related": {
|
---|
81 | "description": "There are a number of different plugins available for extending base. Let us know if you create your own!",
|
---|
82 | "hightlight": "generate",
|
---|
83 | "list": [
|
---|
84 | "base-cwd",
|
---|
85 | "base-data",
|
---|
86 | "base-fs",
|
---|
87 | "base-generators",
|
---|
88 | "base-option",
|
---|
89 | "base-pipeline",
|
---|
90 | "base-pkg",
|
---|
91 | "base-plugins",
|
---|
92 | "base-questions",
|
---|
93 | "base-store",
|
---|
94 | "base-task"
|
---|
95 | ]
|
---|
96 | },
|
---|
97 | "reflinks": [
|
---|
98 | "assemble",
|
---|
99 | "boilerplate",
|
---|
100 | "cache-base",
|
---|
101 | "class-utils",
|
---|
102 | "generate",
|
---|
103 | "scaffold",
|
---|
104 | "static-extend",
|
---|
105 | "verb"
|
---|
106 | ],
|
---|
107 | "lint": {
|
---|
108 | "reflinks": true
|
---|
109 | }
|
---|
110 | }
|
---|
111 | }
|
---|