-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 900 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 900 Bytes
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
{
"name": "function-builder",
"version": "1.3.0-dev.3",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/function-builder.git"
},
"devDependencies": {
"grunt": "~1.5.3"
},
"phet": {
"requirejsNamespace": "FUNCTION_BUILDER",
"preload": [
"../sherpa/lib/BigInteger-cda5bcc.js",
"../sherpa/lib/BigRational-8f8c2fa.js"
],
"phetLibs": [
"twixt"
],
"runnable": true,
"supportedBrands": [
"phet",
"adapted-from-phet"
],
"simFeatures": {
"colorProfiles": [
"default"
]
},
"simulation": true,
"supportsOutputJS": true,
"published": true,
"screenNameKeys": [
"FUNCTION_BUILDER/screen.patterns",
"FUNCTION_BUILDER/screen.numbers",
"FUNCTION_BUILDER/screen.equations",
"FUNCTION_BUILDER/screen.mystery"
]
}
}