-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "quake",
"displayName": "haptics-playground",
"version": "1.1.2",
"description": "An application that allows experimentation with haptic vibration.",
"main": "haptics-playground-main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "PhET Interactive Simulations",
"license": "GPL-3.0",
"devDependencies": {
"cordova-android": "~11.0.0",
"cordova-browser": "~6.0.0",
"cordova-plugin-app-version": "~0.1.13",
"cordova-plugin-file": "~7.0.0",
"cordova-plugin-filepath": "~1.6.0",
"cordova-plugin-native-vibration": "file:cordova-plugin-native-vibration",
"cordova-plugin-vibration": "~3.1.1",
"grunt": "~1.5.3"
},
"cordova": {
"plugins": {
"cordova-plugin-vibration": {},
"cordova-plugin-app-version": {},
"cordova-plugin-file": {},
"cordova-plugin-filepath": {},
"cordova-plugin-native-vibration": {}
},
"platforms": [
"browser",
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/phetsims/quake.git"
}
}