-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 904 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
{
"name": "recode-pde",
"version": "1.0.2",
"description": "A CLI tool to hot reload Processing sketches",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"processing",
"pde",
"hot",
"reload",
"cli",
"processing cli",
"processing auto reload",
"auto"
],
"bin": {
"reload": "index.js"
},
"author": "Smruti Ranjan Badatya <smrutiranjanbadatya2@gmail.com> (https://github.com/iamsmruti)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iamsmruti/recode-pde"
},
"homepage": "https://github.com/iamsmruti/recode-pde",
"publishConfig": {
"access": "public",
"main": "index.js",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"child_process": "^1.0.2",
"chokidar": "^3.5.3",
"tree-kill": "^1.2.2"
}
}