-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 942 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
42
43
44
{
"name": "gluttony",
"version": "1.0.3",
"description": "Nukes the project's node_modules directory and reinstalls latest dependencies",
"main": "index.js",
"scripts": {
"pretest": "npm install",
"test": "tap test/*.js"
},
"bin": {
"gluttony": "./bin/gluttony"
},
"author": "Claudio Procida",
"license": "MIT",
"dependencies": {
"object-keys": "^1.0.9",
"path": "^0.12.7",
"rimraf": "^2.4.3"
},
"devDependencies": {
"cpr": "^0.4.3",
"tap": "^2.2.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decadentjs/gluttony.git"
},
"keywords": [
"reinstall",
"npm",
"dependencies",
"dev-dependencies",
"peer-dependencies",
"node",
"modules"
],
"bugs": {
"url": "https://github.com/decadentjs/gluttony/issues"
},
"homepage": "https://github.com/decadentjs/gluttony#readme"
}