12 Star 130 Fork 26

Michael Yang / fasty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Yang 提交于 2022-08-12 11:28 . v1.0.5 released!
{
"name": "fasty",
"version": "1.0.5",
"author": "Michael <fuhai999@gmail.com>",
"description": "The fastest javascript templating engine.",
"license": "MIT",
"homepage": "https://github.com/yangfuhai/fasty",
"repository": {
"type": "git",
"url": "https://github.com/yangfuhai/fasty"
},
"bugs": {
"url": "https://github.com/yangfuhai/fasty/issues"
},
"keywords": [
"fasty",
"template",
"fast",
"simple",
"templating"
],
"files": [
"fasty.js",
"readme.md",
"LICENSE"
],
"scripts": {
"build": "gulp",
"test": "gulp test"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
}
}
JavaScript
1
https://gitee.com/fuhai/fasty.git
git@gitee.com:fuhai/fasty.git
fuhai
fasty
fasty
master

搜索帮助