Skip to content

Commit bb438bb

Browse files
committed
Added package.json
1 parent f8f638c commit bb438bb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

DynamicLightRecorder/package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "Dynamic Light Recorder",
3+
"script":"DynamicLightRecorder.js",
4+
"version": "1.0.1",
5+
"description": "Records dynamic lighting paths for map tiles & automatically recreates them when new tiles are placed.",
6+
"authors": "Lucian Holland",
7+
"roll20userid": "791452",
8+
"dependencies": [],
9+
"modifies": "{
10+
"state.DynamicLightRecorder": "read,write",
11+
"graphic.*": "read,write",
12+
"path.*": "read,write"
13+
},
14+
"conflicts":[]
15+
}

0 commit comments

Comments
 (0)