当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 6

gdLin600 / powjs
暂停

forked from powjs / powjs
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 956 Bytes
一键复制 编辑 原始数据 按行查看 历史
achun 提交于 2018-05-28 00:42 . 增加 addon 方法
{
"name": "powjs",
"description": "JavaScript template engine for HTML and Node",
"version": "2.3.2",
"homepage": "https://powjs.com",
"repository": "git+https://github.com/powjs/powjs.git",
"license": "MIT",
"keywords": [
"powjs",
"template",
"render"
],
"author": {
"name": "YU HengChun",
"url": "https://github.com/achun"
},
"main": "powjs.js",
"files": [
"powjs.js"
],
"dependencies": {},
"devDependencies": {
"jsdom": "^11.10.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^1.1.0",
"karma-requirejs": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"prettier": "^1.12.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "jasmine",
"dirty": "git diff --exit-code > /dev/null",
"prepublishOnly": "jasmine && yarn dirty"
}
}
JavaScript
1
https://gitee.com/lingd600_admin/powjs.git
git@gitee.com:lingd600_admin/powjs.git
lingd600_admin
powjs
powjs
master

搜索帮助