pex
Version:
Pex is a javascript 3d library / engine allowing for seamless development between Plask and WebGL in the browser.
42 lines (41 loc) • 879 B
JSON
{
"name": "pex",
"version": "1.0.2",
"description": "Pex is a javascript 3d library / engine allowing for seamless development between Plask and WebGL in the browser.",
"keywords": [
"pex",
"plask",
"cli"
],
"main": "index.js",
"preferGlobal": "true",
"bin": {
"pex": "./index.js"
},
"author": {
"name": "Marcin Ignac",
"email": "marcin.ignac@gmail.com",
"url": "http://marcinignac.com"
},
"contributors": [
{
"name": "Nick Nikolov"
},
{
"name": "Marcin Ignac"
}
],
"dependencies": {
"async": "^0.9.0",
"commander": "^2.3.0",
"inquirer": "^0.5.1",
"mkdirp": "^0.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pex-gl/pex.git"
},
"homepage": "https://github.com/pex-gl/pex",
"bugs": "https://github.com/pex-gl/pex/issues",
"license": "MIT"
}