2019-03-17 18:43:20 -04:00
{
2019-10-07 14:47:30 -04:00
"name" : "com.mambojambostudios.unity-atoms" ,
"displayName" : "Unity Atoms" ,
2019-11-28 13:35:59 -05:00
"version" : "2.1.0" ,
2019-10-07 14:47:30 -04:00
"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" : {
2019-10-15 19:43:51 -04:00
"publish:all" : "npm run publish:core && npm run publish:mobile && npm run publish:scene && npm run publish:tags && npm run publish:ui && npm run publish:mono" ,
2019-10-24 02:15:45 -04:00
"publish:core" : "npm publish ./Packages/Core" ,
"publish:mobile" : "npm publish ./Packages/Mobile" ,
"publish:scene" : "npm publish ./Packages/SceneMgmt" ,
"publish:tags" : "npm publish ./Packages/Tags" ,
"publish:ui" : "npm publish ./Packages/UI" ,
"publish:mono" : "npm publish ./Packages/MonoHooks" ,
2019-10-15 15:02:41 -04:00
"generate:docs" : "node scripts/generateDocs.js" ,
"generate:docs:verbose" : "node scripts/generateDocs.js --verbose"
2019-10-07 14:47:30 -04:00
} ,
"files" : [
"/LICENSE.md" ,
"/LICENSE.md.meta" ,
"/README.md" ,
"/README.md.meta" ,
"/package.json" ,
"/package.json.meta" ,
"/Packages" ,
"/Packages.meta"
2019-10-14 20:08:41 -04:00
] ,
"devDependencies" : {
"rimraf" : "^3.0.0" ,
2019-10-15 15:02:41 -04:00
"xml2js" : "^0.4.22" ,
"yargs" : "^14.2.0"
2019-10-14 20:08:41 -04:00
}
2019-10-01 17:53:44 -04:00
}