UNPKG

generator-zl-fis3-less

Version:

基于 Yeoman 的 FIS3 主题模板制作框架初始化脚手架

37 lines (36 loc) 1.14 kB
{ "name": "fis3-less", "version": "1.0.0", "description": "主题模板样式快速编写框架", "main": "fis-conf.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "fis3 release -d ./output -wL", "server": "http-server -p 3000 ./output -i false ", "stop": "fis3 server stop", "prod": "fis3 release prod -d ./dist", "prod-zip": "fis3 release prod -d ./dist && fis3 release prod-zip -d ./dist-zip", "git-push": "git push -u origin master", "git-init": "git config --global user.name 'icode' && git config --global user.email '168189878@qq.com' " }, "keywords": [ "FIS3", "LESS", "Theme Template" ], "repository": { "type": "git", "url": "https://git.oschina.net/icode2017/fis3-less.git" }, "bugs": { "url": "https://git.oschina.net/icode2017/fis3-less/issues" }, "author": "168189878@qq.com", "license": "ISC", "devDependencies": { "fis-parser-less-2.x": "^0.1.4", "fis3-deploy-replace": "^1.0.2", "fis3-deploy-zl-zip": "^2.0.0", "fis3-hook-relative": "^2.0.0" } }