build-plugin-ascm
Version:
ascm项目使用的build-scripts插件
23 lines (22 loc) • 491 B
JSON
{
"name": "build-plugin-ascm",
"version": "0.2.3",
"description": "ascm项目使用的build-scripts插件",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ascm",
"at",
"build-scripts"
],
"author": "liandong.cld",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^5.1.1",
"url-loader": "^3.0.0"
}
}