Revision 5b38db3297f9b1ba5657df6f832a76a5f31db626 authored by null-a on 02 June 2017, 07:30:12 UTC, committed by null-a on 02 June 2017, 07:30:12 UTC
1 parent 64513d4
Raw File
package.json
{
  "name": "webppl",
  "description": "Probabilistic programming for the web",
  "version": "0.9.8",
  "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.4.1",
    "brfs": "^1.4.3",
    "eslint": "^3.19.0",
    "grunt": "^1.0.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-eslint": "^19.0.0",
    "nodeunit": "^0.11.0",
    "open": "0.0.5",
    "qunit-phantomjs-runner": "^2.1.0",
    "qunitjs": "^2.3.1",
    "through2": "^2.0.0"
  },
  "scripts": {
    "test": "nodeunit tests",
    "postinstall": "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
}
back to top