-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
72 lines (72 loc) · 1.63 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
72
{
"name": "webppl",
"description": "Probabilistic programming for the web",
"version": "0.9.15",
"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.400.0",
"brfs": "^2.0.1",
"eslint": "^5.13.0",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^19.0.0",
"nodeunit": "^0.11.3",
"open": "0.0.5",
"qunit-phantomjs-runner": "^2.1.0",
"qunit": "^2.4.1",
"through2": "^2.0.0"
},
"scripts": {
"test": "nodeunit tests",
"prepare": "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
}