forked from probmods/webppl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 808 Bytes
/
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
{
"name": "probprog-esslli2014",
"version": "0.0.0",
"description": "",
"main": "src/main.js",
"directories": {
"test": "tests"
},
"dependencies": {
"amdefine": "^0.1.0",
"ast-types": "^0.4.9",
"brfs": "^1.2.0",
"escodegen": "^1.3.3",
"esprima": "^1.2.2",
"estemplate": "^0.1.1",
"estraverse": "^1.5.1",
"esutils": "^1.1.4",
"mori": "^0.2.9",
"nodeunit": "^0.9.0",
"priorityqueuejs": "^0.2.0",
"underscore": "^1.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/probmods/webppl.git"
},
"bugs": {
"url": "https://github.com/probmods/webppl/issues"
},
"homepage": "https://github.com/probmods/webppl"
}