non_npm_packages: 01alchemist/gi-three.js, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| f694985bb05d233166cc2cd5114a20f08e3a4906 | {
"author": "",
"bugs": {
"url": "https://github.com/01alchemist/ParallelRayJS/issues"
},
"dependencies": {
"bytearray": "latest",
"systemjs": "0.19.6"
},
"description": "Global Illumination using parallel path tracing",
"devDependencies": {
"typescript": "^1.8.2",
"typings": "^0.6.8"
},
"homepage": "https://github.com/01alchemist/ParallelRayJS",
"license": "MIT",
"main": "index.js",
"name": "global-illumination-js",
"repository": {
"type": "git",
"url": "https://github.com/01alchemist/ParallelRayJS.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
} |
01alchemist | package.json | 01alchemist/gi-three.js |