forked from dividab/three-x3d-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 782 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
{
"name": "three-x3d-loader",
"version": "0.2.1",
"description": "Three loader for the X3D format.",
"main": "index.js",
"scripts": {
"example": "webpack-dev-server --config example/webpack.example.config.js --content-base=example/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonaskello/three-x3d-loader.git"
},
"keywords": [
"three",
"x3d"
],
"author": "Jonas Kello",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonaskello/three-x3d-loader/issues"
},
"homepage": "https://github.com/jonaskello/three-x3d-loader#readme",
"devDependencies": {
"three": "^0.82.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}