6 Star 14 Fork 6

笔心 / tpl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
笔心 提交于 2016-07-16 16:42 . 增加jshint
{
"name": "tpl",
"version": "1.0.0",
"description": "简单小巧js模板引擎,支持js原生语法",
"homepage": "http://tpl.qinshenxue.com",
"repository": {
"type": "git",
"url": "https://git.oschina.net/qinshenxue/tpl"
},
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "qinshenxue",
"email": "qinshenxue@qinshenxue.com"
},
"license": "ISC",
"devDependencies": {
"ftp": "^0.3.10",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.2",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2"
}
}
JavaScript
1
https://gitee.com/qinshenxue/tpl.git
git@gitee.com:qinshenxue/tpl.git
qinshenxue
tpl
tpl
master

搜索帮助