-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 986 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 986 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
35
{
"name": "edifice-structure-viewer",
"private": true,
"version": "1.0.0",
"description": "3D Structure viewer for Edifice",
"main": "src/app.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js --hot --inline --progress --devtool eval"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EdificeMC/StructureViewer.git"
},
"author": "Robert Herhold <reherhold@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EdificeMC/StructureViewer/issues"
},
"homepage": "https://github.com/EdificeMC/StructureViewer#readme",
"devDependencies": {
"axios": "^0.14.0",
"babel-core": "6.9.1",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-loose": "7.0.0",
"json-loader": "0.5.4",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"lodash.get": "4.3.0",
"lodash.merge": "4.4.0",
"three": "0.77.1"
}
}