-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 883 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 883 Bytes
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
{
"name": "behaviorSim",
"version": "0.2.18",
"description": "the behaviorSim frontend helps behavioral scientists build, simulate, and evaluate models.",
"homepage": "https://pielab.github.io/behaviorSim_web",
"bugs": {
"url": "https://github.com/PIELab/behaviorSim_web/issues",
"email": "tylarmurray@mail.usf.edu"
},
"scripts": {
"test": "./node_modules/.bin/nodeunit ./js/tests"
},
"contributors": [
"Tylar Murray <murray.tylar@gmail.com>",
"Andrew Raij",
"Eric Hekler",
"Daniel Rivera",
"Donna Spuijt-Metz"
],
"repository" : {
"type" : "git",
"url" : "http://github.com/PIELab/behaviorSim_web.git"
},
"dependencies": {
"coffee-script": "~1.4.0",
"nodeunit": "~0.7.4",
"dusterjs": "~0.3.2",
"less": "~1.7.5"
}
}