-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 loc) · 883 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
{
"name": "beers-law-lab",
"version": "1.8.0-dev.3",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/beers-law-lab.git"
},
"devDependencies": {
"grunt": "~1.5.3"
},
"phet": {
"requirejsNamespace": "BEERS_LAW_LAB",
"phetLibs": [
"nitroglycerin"
],
"runnable": true,
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"simulation": true,
"phet-io": {
"wrappers": [
"phet-io-wrapper-lab-book"
],
"compareDesignedAPIChanges": true
},
"simFeatures": {
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
},
"supportsOutputJS": true,
"published": true,
"screenNameKeys": [
"BEERS_LAW_LAB/screen.concentration",
"BEERS_LAW_LAB/screen.beersLaw"
]
}
}