-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 903 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
{
"name": "calculus-grapher",
"version": "1.1.0-dev.4",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/calculus-grapher.git"
},
"devDependencies": {
"grunt": "~1.5.3"
},
"phet": {
"phetLibs": [
"bamboo"
],
"requirejsNamespace": "CALCULUS_GRAPHER",
"runnable": true,
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"simulation": true,
"supportsOutputJS": true,
"simFeatures": {
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
},
"phet-io": {
"compareDesignedAPIChanges": true
},
"published": true,
"screenNameKeys": [
"CALCULUS_GRAPHER/screen.derivative",
"CALCULUS_GRAPHER/screen.integral",
"CALCULUS_GRAPHER/screen.advanced",
"CALCULUS_GRAPHER/screen.lab"
]
}
}