-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 1.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "base-runner",
"description": "Orchestrate multiple instances of base at once.",
"version": "0.9.2",
"homepage": "https://github.com/node-base/base-runner",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Charlike Mike Reagent (https://i.am.charlike.online)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
],
"repository": "node-base/base-runner",
"bugs": {
"url": "https://github.com/node-base/base-runner/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=4.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"base-cli-process": "^0.1.19",
"base-config-process": "^0.1.9",
"base-project": "^0.2.1",
"debug": "^2.6.8",
"homedir-polyfill": "^1.0.1",
"liftoff": "^2.3.0",
"log-utils": "^0.2.1",
"mixin-deep": "^1.2.0"
},
"devDependencies": {
"base": "^0.13.0",
"base-generators": "^0.4.6",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-format-md": "^1.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.1",
"minimist": "^1.2.0",
"mocha": "^3.4.2"
},
"keywords": [
"api",
"app",
"application",
"base",
"base-plugin",
"baseplugin",
"building-blocks",
"create",
"framework",
"plugin",
"plugins",
"runner",
"tool",
"toolkit",
"tools"
],
"verb": {
"toc": false,
"run": true,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base",
"base-generators",
"base-option",
"base-plugins",
"base-store",
"base-task"
]
},
"lint": {
"reflinks": true
},
"reflinks": [
"base",
"liftoff",
"minimist"
]
}
}