forked from Ivolutio/playcanvas-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 840 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
33
{
"name": "playcanvas-webpack-plugin",
"version": "1.0.9",
"description": "WebPack plugin to upload built script files to PlayCanvas.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Mike Talbot"
},
"license": "ISC",
"dependencies": {
"lodash": "^4.17.4",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/whydoidoit/playcanvas-webpack-plugin.git"
},
"keywords": [
"PlayCanvas",
"WebPack"
],
"bugs": {
"url": "https://github.com/whydoidoit/playcanvas-webpack-plugin/issues"
},
"homepage": "https://github.com/whydoidoit/playcanvas-webpack-plugin#readme",
"bundleDependencies": false,
"deprecated": false
}