mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "com.mambojambostudios.unity-atoms",
|
|
"displayName": "Unity Atoms",
|
|
"version": "2.0.0",
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AdamRamberg/unity-atoms.git"
|
|
},
|
|
"unity": "2019.1",
|
|
"description": "Tiny modular pieces utilizing the power of Scriptable Objects",
|
|
"keywords": [
|
|
"scriptable objects",
|
|
"unity"
|
|
],
|
|
"category": "Unity",
|
|
"scripts": {
|
|
"publish:all": "npm run publish:core && npm run publish:mobile && npm run publish:scene && npm run publish:tags && npm run publish:ui",
|
|
"publish:core": "npm publish ./Packages/Core --tag beta",
|
|
"publish:mobile": "npm publish ./Packages/Mobile --tag beta",
|
|
"publish:scene": "npm publish ./Packages/SceneMgmt --tag beta",
|
|
"publish:tags": "npm publish ./Packages/Tags --tag beta",
|
|
"publish:ui": "npm publish ./Packages/UI --tag beta"
|
|
},
|
|
"files": [
|
|
"/LICENSE.md",
|
|
"/LICENSE.md.meta",
|
|
"/README.md",
|
|
"/README.md.meta",
|
|
"/package.json",
|
|
"/package.json.meta",
|
|
"/Packages",
|
|
"/Packages.meta"
|
|
]
|
|
}
|