forked from probmods/webppl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "webppl",
"description": "Probabilistic programming for the web",
"version": "0.7.0",
"author": "webppl contributors",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/probmods/webppl"
},
"license": "MIT",
"directories": {
"test": "tests"
},
"dependencies": {
"adnn": "^1.1.5",
"amdefine": "^1.0.0",
"ast-types": "^0.8.13",
"colors": "^1.1.2",
"escodegen": "^1.7.0",
"esmangle": "^1.0.1",
"esprima": "^2.6.0",
"estemplate": "^0.4.0",
"estraverse": "^4.1.0",
"esutils": "^2.0.2",
"immutable": "^3.7.5",
"lru-cache": "^4.0.0",
"minimist": "^1.2.0",
"priorityqueuejs": "~1.0.0",
"seedrandom": "^2.4.2",
"source-map": "^0.5.3",
"stack-trace": "0.0.9",
"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-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gjslint": "^0.2.0",
"nodeunit": "^0.9.1",
"open": "0.0.5",
"qunit-phantomjs-runner": "^2.1.0",
"through2": "^2.0.0"
},
"scripts": {
"test": "nodeunit tests/test-*.js",
"postinstall": "./scripts/adify"
},
"bugs": {
"url": "https://github.com/probmods/webppl/issues"
},
"homepage": "http://webppl.org",
"bin": {
"webppl": "./webppl"
},
"engines": {
"node": ">=0.12.4"
},
"keywords": [
"probabilistic",
"programming",
"church",
"ppl"
],
"preferGlobal": true
}