-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
39 lines (39 loc) · 899 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
{
"name": "projectile-motion",
"version": "1.1.0-dev.40",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/projectile-motion.git"
},
"devDependencies": {
"grunt": "~1.5.3"
},
"phet": {
"requirejsNamespace": "PROJECTILE_MOTION",
"runnable": true,
"supportedBrands": [
"phet",
"adapted-from-phet",
"phet-io"
],
"phetLibs": [
"twixt"
],
"simulation": true,
"supportsOutputJS": true,
"published": true,
"screenNameKeys": [
"PROJECTILE_MOTION/screen.intro",
"PROJECTILE_MOTION/screen.vectors",
"PROJECTILE_MOTION/screen.drag",
"PROJECTILE_MOTION/screen.lab",
"PROJECTILE_MOTION/screen.stats"
],
"phet-io": {
"wrappers": [
"phet-io-sim-specific/repos/projectile-motion/wrappers/statistics-integration"
]
}
}
}