-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.08 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
{
"name": "arithmetic",
"version": "1.3.0-dev.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/arithmetic.git"
},
"devDependencies": {
"grunt": "~1.5.3"
},
"phet": {
"requirejsNamespace": "ARITHMETIC",
"phetLibs": [
"twixt",
"vegas"
],
"runnable": true,
"supportedBrands": [
"phet",
"adapted-from-phet",
"phet-io"
],
"simFeatures": {
"supportsSound": true,
"supportedRegionsAndCultures": [
"africa",
"africaModest",
"asia",
"latinAmerica",
"oceania",
"random",
"usa"
],
"defaultRegionAndCulture": "random",
"supportsDynamicLocale": true
},
"simulation": true,
"phet-io": {
"validation": false,
"wrappers": [
"phet-io-sim-specific/repos/arithmetic/wrappers/check-answers"
]
},
"supportsOutputJS": true,
"published": true,
"screenNameKeys": [
"ARITHMETIC/multiply",
"ARITHMETIC/factor",
"ARITHMETIC/divide"
]
}
}