forked from BenoitFreslon/Vibration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 923 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
{
"name": "com.benoitfreslon.vibration.example-project",
"version": "0.0.1",
"description": "An example/demo project to develop and test the Vibration plugin (e.g WebGL demos)",
"main": "index.js",
"scripts": {
"start": "http-server ./Builds/WebGL -c-1 --gzip",
"start:ghpage": "http-server ./demo -c-1 --gzip",
"test": "echo \"Error: no test specified\" && exit 1",
"publish:package": "dotenv bash ./.github/scripts/functions.sh localPublish Packages/com.benoitfreslon.vibration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BenoitFreslon/Vibration.git"
},
"bugs": {
"url": "https://github.com/BenoitFreslon/Vibration/issues"
},
"author": "Benoit Freslon, AminSojoudi, SH42913",
"license": "MIT",
"homepage": "https://github.com/BenoitFreslon/Vibration#readme",
"devDependencies": {
"dotenv-cli": "^7.3.0",
"http-server": "^14.1.1"
}
}