mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
26 lines
610 B
JSON
26 lines
610 B
JSON
{
|
|
"name": "ueblueprint",
|
|
"version": "1.0.0",
|
|
"description": "Unreal Engine's Blueprint visualisation library",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rollup --config"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/barsdeveloper/ueblueprint.git"
|
|
},
|
|
"keywords": [
|
|
"unreal",
|
|
"engine",
|
|
"blueprint"
|
|
],
|
|
"author": "barsdeveloper",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/barsdeveloper/ueblueprint/issues"
|
|
},
|
|
"homepage": "https://github.com/barsdeveloper/ueblueprint#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
} |