-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·31 lines (31 loc) · 1023 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
{
"name": "webxr",
"version": "1.0.0",
"description": "=== Plugin Name === Contributors: goldsounds Tags: comments, spam Requires at least: 4.7 Tested up to: 4.7 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "webpack.config.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gravityrail/wordpress-gltf.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gravityrail/wordpress-gltf/issues"
},
"homepage": "https://github.com/gravityrail/wordpress-gltf#readme",
"devDependencies": {
"aframe": "^0.8.2",
"babel-preset-env": "^1.6.1",
"imports-loader": "^0.8.0",
"mesh-ui": "git+https://github.com/mkeblx/mesh-ui.git",
"uglify-js": "^3.3.12",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.0.1",
"webpack-cli": "^3.1.2",
"webvr-ui": "^0.10.0"
}
}