-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.32 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.32 KB
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
{
"name": "rootgen-unitycsharp",
"version": "1.0.0",
"description": "NPM package for RootGen, a procedural hex based map generator for Unity3D.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/postinstall.js rootgen-unitycsharp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jordanstudioroot/RootGen-UnityCSharp-NPM.git"
},
"keywords": [
"Root"
],
"files": [
"Assets/rootgen-unitycsharp",
"scripts"
],
"author": "Jordan Nelson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jordanstudioroot/RootGen-UnityCSharp/issues"
},
"homepage": "https://github.com/jordanstudioroot/RootGen-UnityCSharp-NPM#readme",
"dependencies": {
"mkdirp": "^0.5.5",
"ncp": "^2.0.0",
"quikgraphnpm-unitycsharp": "github:jordanstudioroot/quikgraphnpm-unitycsharp",
"rootcollections-unitycsharp": "github:jordanstudioroot/rootcollections-unitycsharp",
"rootextensions-unitycsharp": "github:jordanstudioroot/RootExtensions-UnityCSharp",
"rootlog-unitycsharp": "github:jordanstudioroot/RootLog-UnityCSharp",
"rootutils-unitycsharp": "github:jordanstudioroot/RootUtils-UnityCSharp"
}
}