forked from enmasseio/hypertimer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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
{
"name": "hypertimer",
"version": "2.1.3",
"description": "Time control for simulations",
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",
"main": "./index",
"keywords": [
"time",
"control",
"simulation",
"timer",
"hypertime",
"discrete",
"deterministic",
"event"
],
"repository": {
"type": "git",
"url": "git://github.com/enmasseio/hypertimer.git"
},
"dependencies": {
"body-parser": "1.14.1",
"debug": "2.2.0",
"event-emitter": "0.3.4",
"node-uuid": "1.4.7",
"promise": "7.0.4",
"ws": "0.8.1"
},
"devDependencies": {
"async": "1.5.0",
"browserify": "12.0.1",
"freeport": "1.0.5",
"gulp": "3.9.0",
"gulp-util": "3.0.7",
"istanbul": "0.4.1",
"mocha": "2.3.4",
"seed-random": "2.2.0",
"uglify-js": "2.6.1",
"webpack": "1.12.9"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "mocha test --recursive",
"coverage": "istanbul cover _mocha -- test --recursive; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\""
}
}