-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 965 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
27
28
29
30
31
32
{
"name": "three.js-test",
"version": "1.0.0",
"description": "Draw using Three.js and es6 N cubes. Each of the vertices of which has its own color, when you click on it - the edges of the cube emanating from this vertex must change color to the color of the vertex.",
"private": true,
"dependencies": {
"lodash": "^4.17.15",
"milsymbol": "^2.0.0",
"three": "^0.114.0"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/belozercevaa/three.js-test.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/belozercevaa/three.js-test/issues"
},
"homepage": "https://github.com/belozercevaa/three.js-test#readme"
}