Added project manifest.
package.json
0 → 100644
{ | |||
"name": "com.futuretech.shared", | |||
"displayName": "FutureTech Shared", | |||
"description": "this is a description", | |||
"version": "0.1.0", | |||
"unity": "2018.3", | |||
"license": "MIT", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://gitlab.nps.edu/mjguerre/unity-pm-test.git" | |||
}, | |||
"src": "Assets/FutureTechShared", | |||
"author": "mg <mjguerre@nps.edu>", | |||
"dependencies": { | |||
} | |||
} | |||
\ No newline at end of file |
Please register or sign in to comment