-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 933 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 933 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "gpm-plugin-clear-node-modules",
"main": "index.js",
"engines": {
"node": ">=6.9.0"
},
"version": "0.1.0",
"description": "gpm plugin for clean the all NodeJs project's node_modules directory",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/gpmer/gpm-plugin-clear-node-modules.git"
},
"keywords": [
"git",
"gpm",
"gpmx",
"github",
"manager",
"plugin"
],
"author": "axetroy",
"contributors": [
{
"name": "Axetroy",
"email": "troy450409405@gmail.com",
"url": "https://axetroy.github.io/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gpmer/gpm-plugin-clear-node-modules/issues"
},
"preferGlobal": true,
"homepage": "https://github.com/gpmer/gpm-plugin-clear-node-modules#readme",
"dependencies": {
"bluebird": "^3.5.0",
"co": "^4.6.0",
"fs-extra": "^2.0.0"
}
}