-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 796 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 796 Bytes
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
{
"name": "b2.mpm",
"version": "0.1.3",
"main": "mpm.js",
"homepage": "https://github.com/bboldi/b2.mpm#readme",
"repository": "https://github.com/bboldi/b2.mpm",
"author": "Boldizsar Bednarik",
"license": "GPL-3.0",
"keywords": [
"cli",
"npmtool",
"multi project manager",
"utility"
],
"description": "A Node utility to help you manage multiple projects on the same codebase. This is particularly useful for projects where you need to compile the same codebase with different themes or configs, such as Ionic or web projects, and where that's not supported out of the box.",
"bin": {
"mpm": "./mpm.js"
},
"dependencies": {
"diff": "^5.0.0",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21",
"rimraf": "^3.0.2",
"yargs": "^16.2.0"
}
}