-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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": "catcontrol",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel ./src/index.html",
"build-dev": "parcel build ./src/index.html --no-optimize --public-url ./",
"build": "parcel build ./src/index.html --public-url ./",
"push-gh-pages": "push-dir --dir=dist --branch=gh-pages --cleanup --verbose",
"deploy": "gh-pages -d ./dist/"
},
"keywords": [],
"author": "Samantha Lee",
"license": "ISC",
"dependencies": {
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"dat.gui": "^0.7.9",
"lil-gui": "^0.18.0",
"three": "^0.148.0"
},
"devDependencies": {
"@parcel/config-default": "^2.8.2",
"gh-pages": "^4.0.0",
"lil-gui": "^0.18.0",
"parcel-reporter-static-files-copy": "^1.5.0",
"process": "^0.11.10"
},
"staticFiles": {
"staticOutPath": "assets"
},
"source": "src/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/samanthalhy/catControl.git"
},
"bugs": {
"url": "https://github.com/samanthalhy/catControl/issues"
},
"homepage": "https://github.com/samanthalhy/catControl#readme",
"description": ""
}