swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 36f13e8f597d397a39803fa05d7be52be598a61f authored by Andreas Stuhlmüller on 15 June 2015, 21:46:59 UTC
0.0.12
Tip revision: 36f13e8
package.json
{
  "name": "webppl",
  "description": "Probabilistic programming for the web",
  "version": "0.0.12",
  "author": "webppl contributors",
  "main": "src/main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/probmods/webppl"
  },
  "license": "MIT",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "amdefine": "^0.1.0",
    "ast-types": "^0.7.2",
    "escodegen": "^1.6.1",
    "esmangle": "^1.0.1",
    "esprima": "^2.1.0",
    "estemplate": "^0.4.0",
    "estraverse": "^4.1.0",
    "esutils": "^2.0.2",
    "git-rev-2": "^0.1.0",
    "immutable": "^3.7.1",
    "minimist": "^1.1.1",
    "priorityqueuejs": "~1.0.0",
    "numeric": "~1.2.6",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "closure-linter-wrapper": "^0.2.11",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-gjslint": "^0.1.6",
    "nodeunit": "^0.9.1",
    "brfs": "^1.4.0"
  },
  "scripts": {
    "test": "nodeunit tests"
  },
  "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