-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 940 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
{
"name": "npmInstallTest",
"version": "0.0.1",
"description": "ERROR: No README.md file found!",
"main": "index.js",
"scripts": {
"prepublish": "node install.js",
"publish": "node install.js",
"postpublish": "node install.js",
"preinstall": "node install.js",
"install": "node install.js",
"postinstall": "node install.js",
"preuninstall": "node install.js",
"uninstall": "node install.js",
"postuninstall": "node install.js",
"preupdate": "node install.js",
"update": "node install.js",
"postupdate": "node install.js",
"pretest": "node install.js",
"test": "mocha",
"posttest": "node install.js",
"prestop": "node install.js",
"stop": "node install.js",
"poststop": "node install.js",
"prerestart": "node install.js",
"restart": "node install.js",
"postrestart": "node install.js"
},
"repository": "",
"author": "",
"license": "BSD"
}