-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 971 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 971 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
42
43
44
{
"name": "vector-addition",
"version": "1.3.0-dev.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/vector-addition.git"
},
"devDependencies": {
"grunt": "~1.5.3"
},
"phet": {
"phetLibs": [
"twixt"
],
"requirejsNamespace": "VECTOR_ADDITION",
"runnable": true,
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true,
"supportsDynamicLocale": true,
"colorProfiles": [
"default"
]
},
"phet-io": {
"compareDesignedAPIChanges": true
},
"simulation": true,
"supportsOutputJS": true,
"published": true,
"screenNameKeys": [
"VECTOR_ADDITION/screen.explore1D",
"VECTOR_ADDITION/screen.explore2D",
"VECTOR_ADDITION/screen.lab",
"VECTOR_ADDITION/screen.equations"
]
}
}