-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
79 lines (79 loc) · 1.86 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
73
74
75
76
77
78
79
{
"name": "webppl-viz",
"version": "0.0.1",
"description": "WebPPL visualization library",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/probmods/webppl-viz.git"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"react"
]
}
]
]
},
"author": "Long Ouyang",
"license": "MIT",
"bugs": {
"url": "https://github.com/probmods/webppl-viz/issues"
},
"homepage": "https://github.com/probmods/webppl-viz",
"dependencies": {
"ast-types": "^0.9.3",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"d3": "^3.5.13",
"escodegen": "^1.8.1",
"escope": "^3.6.0",
"esprima": "^3.1.2",
"estraverse": "^4.2.0",
"interval-arithmetic": "^0.6.8",
"jquery": "^2.2.0",
"lodash": "^4.17.2",
"md5": "^2.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"sigma": "^1.2.0",
"source-map": "^0.5.6",
"underscore": "^1.8.3",
"vega": "^2.6.3",
"vega-lite": "^1.2.0",
"open": "0.0.5"
},
"devDependencies": {
"aws-sdk": "^2.4.2",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"browserify-versionify": "^1.0.6",
"closure-linter-wrapper": "^1.0.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gjslint": "^0.2.1",
"grunt-subgrunt": "^1.2.0",
"jstransform": "^11.0.3",
"through": "^2.3.8",
"watchify": "^3.7.0",
"webppl": "probmods/webppl#8941a5",
"webppl-editor": "probmods/webppl-editor#b69f4f4"
},
"webppl": {
"wppl": [
"src/multi.wppl"
]
}
}