-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 924 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 924 Bytes
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
{
"name": "three-experiments",
"version": "0.0.1",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "poi develop",
"build": "poi build",
"deploy": "./bin/deploy.sh three_experiments",
"builddeploy": "npm run build && npm run deploy",
"deployto": "./bin/deploy.sh",
"autodeploy": "./bin/autodeploy.sh"
},
"author": "chapuzzo",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/chapuzzo/three-experiments.git"
},
"bugs": {
"url": "https://github.com/chapuzzo/three-experiments/issues"
},
"homepage": "https://github.com/chapuzzo/three-experiments#readme",
"description": "",
"devDependencies": {
"dat.gui": "^0.7.1",
"lodash": "^4.17.5",
"poi": "^10.1.5",
"stats.js": "^0.17.0",
"three": "^0.91.0",
"three-orbitcontrols": "^2.0.0"
}
}