{
"name": "imgui-js",
"version": "1.0.0",
"description": "JavaScript bindings for Dear ImGui using Emscripten and TypeScript",
"main": "imgui.js",
"types": "imgui.ts",
"scripts": {
"dev": "http-server -c-1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/emscripten": "0.0.31",
"@types/node": "^9.4.7",
"@types/systemjs": "^0.20.6",
"http-server": "^0.11.1",
"systemjs": "^0.21.0",
"typescript": "^2.7.1"
}
}