forked from phetsims/energy-skate-park
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.17 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "energy-skate-park",
"version": "1.3.0-dev.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/energy-skate-park.git"
},
"devDependencies": {
"grunt": "~1.5.3"
},
"phet": {
"requirejsNamespace": "ENERGY_SKATE_PARK",
"phetLibs": [
"griddle"
],
"preload": [
"../sherpa/lib/numeric-1.2.6.js"
],
"runnable": true,
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"simulation": true,
"phet-io": {
"validation": false
},
"simFeatures": {
"supportsDynamicLocale": false,
"supportedRegionsAndCultures": [
"africa",
"africaModest",
"asia",
"latinAmerica",
"oceania",
"usa"
]
},
"supportsOutputJS": true,
"published": true,
"screenNameKeys": [
"ENERGY_SKATE_PARK/screens.intro",
"ENERGY_SKATE_PARK/screens.measure",
"ENERGY_SKATE_PARK/screens.graphs",
"ENERGY_SKATE_PARK/screens.playground"
]
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js",
"globals": {
"numeric": "readonly"
}
}
}