-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 876 Bytes
/
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
{
"name": "rm-modules",
"version": "1.0.2",
"description": "Recursively remove *all* node_modules directories within the chosen root directory",
"main": "index.js",
"bin": {
"rm-modules": "bin.js",
"rmmodules": "bin.js"
},
"license": "MIT",
"scripts": {},
"author": {
"name": "Hugh Kennedy",
"email": "[email protected]",
"url": "http://hughsk.io/"
},
"dependencies": {
"map-limit": "0.0.1",
"readdirp": "^1.3.0",
"rimraf": "^2.2.8"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/rm-modules.git"
},
"keywords": [
"rm",
"rimraf",
"rmrf",
"modules",
"node_modules",
"purge",
"clean",
"remove"
],
"homepage": "https://github.com/hughsk/rm-modules",
"bugs": {
"url": "https://github.com/hughsk/rm-modules/issues"
}
}