-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 828 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 828 Bytes
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
{
"name": "rootevents-unitycsharp",
"version": "1.0.0",
"description": "An event library for Unity.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jordanstudioroot/RootEvents-UnityCSharp-NPM.git"
},
"files": [
"index.js",
"scripts",
"Assets/rootevents-unitycsharp"
],
"author": "jordannelson@protonmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jordanstudioroot/RootEvents-UnityCSharp-NPM.git/issues"
},
"homepage": "https://github.com/jordanstudioroot/RootEvents-UnityCSharp-NPM.git",
"scripts": {
"postinstall": "node scripts/postinstall.js rootevents-unitycsharp"
},
"dependencies": {
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"rootlog-unitycsharp": "github:jordanstudioroot/rootlog-unitycsharp"
}
}