Revision 37cb6fe0febcb7845ec0cee709578c2ac7e1195c authored by Andreas Stuhlmüller on 01 October 2015, 21:14:01 UTC, committed by Andreas Stuhlmüller on 01 October 2015, 21:14:01 UTC
1 parent 1df72e5
Raw File
package.json
{
  "name": "webppl",
  "description": "Probabilistic programming for the web",
  "version": "0.2.1",
  "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": {
    "brfs": "^1.4.0",
    "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",
    "seedrandom": "^2.4.2",
    "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