-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.82 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
{
"name": "cyberball-osu",
"version": "3.3.0",
"description": "A clone of Empirisoft's Cyberball: Cyberball is a virtual ball-toss game that can be used for research on ostracism, social exclusion, or rejection. It has also been used to study discrimination and prejudice (in these instances, Cyberball ball toss choices are used as Dependent Variable).",
"license": "MIT",
"dependencies": {
"@types/clipboard": "^2.0.7",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.4.0",
"clipboard": "^2.0.11",
"phaser": "^3.60.0"
},
"devDependencies": {
"@types/jasmine": "^4.3.1",
"@types/lz-string": "^1.5.0",
"@types/node": "^18.15.11",
"aurelia-cli": "^3.0.1",
"aurelia-testing": "^1.1.0",
"aurelia-tools": "^2.0.0",
"browser-sync": "^2.29.1",
"connect-history-api-fallback": "^2.0.0",
"cross-env": "^7.0.3",
"debounce": "^1.2.1",
"gulp": "^4.0.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-watch": "^5.0.1",
"jasmine-core": "^4.6.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-typescript-preprocessor": "^0.4.0",
"minimatch": "^9.0.0",
"promise-polyfill": "^8.3.0",
"requirejs": "^2.3.6",
"source-map": "^0.7.4",
"text": "requirejs/text#latest",
"through2": "^4.0.2",
"tslint": "^6.1.3",
"typescript": "^5.0.4",
"vinyl-fs": "^3.0.3"
},
"scripts": {
"build": "cross-env NODE_OPTIONS=--no-experimental-fetch au build",
"start": "cross-env NODE_OPTIONS=--no-experimental-fetch au run",
"test": "cross-env NODE_OPTIONS=--no-experimental-fetch au test"
},
"engines": {
"node": ">=8.9.0"
}
}