UNPKG

webppl

Version:

Probabilistic programming for the web

73 lines (72 loc) 1.67 kB
{ "name": "webppl", "description": "Probabilistic programming for the web", "version": "0.9.15", "author": "webppl contributors", "main": "src/main.js", "repository": { "type": "git", "url": "https://github.com/probmods/webppl" }, "license": "MIT", "directories": { "test": "tests" }, "dependencies": { "adnn": "^2.0.8", "amdefine": "^1.0.0", "ast-types": "^0.9.11", "colors": "^1.1.2", "escodegen": "^1.7.0", "esmangle": "^1.0.1", "esprima": "^3.1.3", "estemplate": "^0.5.1", "estraverse": "^4.1.0", "esutils": "^2.0.2", "lodash": "^4.17.2", "lru-cache": "^4.0.0", "minimist": "^1.2.0", "present": "^1.0.0", "priorityqueuejs": "~1.0.0", "seedrandom": "^2.4.2", "source-map": "^0.5.3", "stack-trace": "0.0.9" }, "devDependencies": { "aws-sdk": "^2.400.0", "brfs": "^2.0.1", "eslint": "^5.13.0", "grunt": "^1.0.3", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-nodeunit": "^2.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-eslint": "^19.0.0", "nodeunit": "^0.11.3", "open": "0.0.5", "qunit-phantomjs-runner": "^2.1.0", "qunit": "^2.4.1", "through2": "^2.0.0" }, "scripts": { "test": "nodeunit tests", "prepare": "node scripts/adify && node scripts/distHeader" }, "bugs": { "url": "https://github.com/probmods/webppl/issues" }, "homepage": "http://webppl.org", "bin": { "webppl": "./webppl" }, "engines": { "node": ">=4" }, "keywords": [ "probabilistic", "programming", "church", "ppl" ], "preferGlobal": true }