-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 974 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
36
37
38
39
40
41
42
43
44
45
{
"name": "area-model-algebra",
"version": "1.4.0-dev.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/area-model-algebra.git"
},
"devDependencies": {
"grunt": "~1.5.3"
},
"phet": {
"requirejsNamespace": "AREA_MODEL_ALGEBRA",
"phetLibs": [
"area-model-common",
"twixt",
"vegas"
],
"runnable": true,
"supportedBrands": [
"phet",
"adapted-from-phet"
],
"simFeatures": {
"supportsSound": true,
"supportedRegionsAndCultures": [
"usa",
"africa",
"africaModest",
"asia",
"latinAmerica",
"oceania"
]
},
"simulation": true,
"supportsOutputJS": true,
"published": true,
"screenNameKeys": [
"AREA_MODEL_COMMON/screen.explore",
"AREA_MODEL_COMMON/screen.generic",
"AREA_MODEL_COMMON/screen.variables",
"AREA_MODEL_COMMON/screen.game"
]
}
}