UNPKG

jungle-organic

Version:

The organic programming framework

42 lines (41 loc) 871 B
{ "name": "jungle-organic", "version": "0.2.0", "description": "The organic programming framework", "main": "./dist/jungle.js", "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/Space-Ed/junglejs.git" }, "keywords": [ "gentle", "tool", "structural", "synthesis", "language", "generator", "procedural", "random", "data", "hierarchy" ], "author": "Edward Dalley", "license": "MIT", "bugs": { "url": "https://github.com/Space-Ed/junglejs/issues" }, "homepage": "https://github.com/Space-Ed/junglejs#readme", "devDependencies": { "browserify": "^13.1.0", "jasmine": "^2.5.2", "jasmine-node": "^1.14.5", "tsify": "^1.0.1", "typescript": "^1.8.10", "signals": "^1.0.0", "uuid": "^2.0.3" }, "dependencies": {} }