swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: c187f9b9f1399681aaaf50b048f337822a928673 authored by Andreas Stuhlmüller on 20 October 2015, 18:07:34 UTC
0.3.1
Tip revision: c187f9b
package.json
{
  "name": "webppl",
  "description": "Probabilistic programming for the web",
  "version": "0.3.1",
  "author": "webppl contributors",
  "main": "src/main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/probmods/webppl"
  },
  "license": "MIT",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "amdefine": "^1.0.0",
    "ast-types": "^0.8.13",
    "escodegen": "^1.7.0",
    "esmangle": "^1.0.1",
    "esprima": "^2.6.0",
    "estemplate": "^0.4.0",
    "estraverse": "^4.1.0",
    "esutils": "^2.0.2",
    "git-rev-2": "^0.1.0",
    "immutable": "^3.7.5",
    "minimist": "^1.2.0",
    "numeric": "^1.2.6",
    "priorityqueuejs": "~1.0.0",
    "seedrandom": "^2.4.2",
    "sweet.js": "probmods/sweet.js#browserify",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "brfs": "0.0.8",
    "closure-linter-wrapper": "^1.0.1",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.3",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-gjslint": "^0.2.0",
    "nodeunit": "^0.9.1",
    "open": "0.0.5",
    "through2": "^2.0.0"
  },
  "scripts": {
    "test": "nodeunit tests/test-*.js"
  },
  "bugs": {
    "url": "https://github.com/probmods/webppl/issues"
  },
  "homepage": "http://webppl.org",
  "bin": {
    "webppl": "./webppl"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "probabilistic",
    "programming",
    "church",
    "ppl"
  ],
  "preferGlobal": true
}
back to top