UNPKG

iweb-tool

Version:
39 lines (38 loc) 851 B
{ "name": "iweb-tool", "version": "1.1.2", "description": "a build tool based gulp & webpack", "main": "index.js", "bin": { "iweb": "./bin/iweb.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/iuap-design/iweb-tool.git" }, "keywords": [ "iweb", "tool", "gulp", "webpack", "webpack-dev-server" ], "author": "Yonyou FED", "license": "MIT", "bugs": { "url": "https://github.com/iuap-design/iweb-tool/issues" }, "homepage": "https://github.com/iuap-design/iweb-tool#readme", "dependencies": { "body-parser": "^1.14.2", "fs-extra": "^0.26.4", "gulp": "^3.9.0", "html-webpack-plugin": "^1.7.0", "webpack": "*", "webpack-dev-server": "*", "yargs": "^3.31.0" } }