update
parents
Showing
.gitignore
0 → 100644
deploy.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "fundebug-webpack", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "build": "webpack", | |||
| "deploy": "node deploy.js", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "http://gitlab2.dui88.com/wanghongyuan/fundebug-webpack" | |||
| }, | |||
| "keywords": [], | |||
| "author": "", | |||
| "license": "ISC", | |||
| "devDependencies": { | |||
| "webpack": "^4.1.1", | |||
| "webpack-cli": "^2.0.12", | |||
| "ali-oss": "^4.11.4", | |||
| "chalk": "^2.3.0", | |||
| "co": "^4.6.0", | |||
| "progress": "^2.0.0", | |||
| "autoupload":"git+ssh://git@gitlab2.dui88.com:frontend/tuia-auto-upload.git" | |||
| }, | |||
| "dependencies": { | |||
| "fundebug-javascript": "^0.3.6" | |||
| } | |||
| } | |||
| \ No newline at end of file |
project.json
0 → 100644
src/index.js
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment