2 Star 0 Fork 0

mirrors_bpmn-io/boilerplate-node-web-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Nico Rehwaldt 提交于 2014-06-18 16:15 . chore(project): initial import
{
"name": "<%= PROJECT_NAME %>",
"version": "0.0.0",
"description": "<%= PROJECT_DESCRIPTION %>",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/<%= PROJECT_NAME %>"
},
"keywords": [
],
"author": {
"name": "<%= AUTHOR_NAME %>",
"url": "https://github.com/<%= AUTHOR_GITHUB_NAME %>"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"brfs": "~1.0.0",
"browserify": "^4.1.10",
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-jsdoc": "~0.5.1",
"grunt-karma": "^0.8.3",
"grunt-release": "~0.7.0",
"karma": "^0.12.12",
"karma-bro": "~0.2.0",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.4",
"karma-jasmine": "https://github.com/Nikku/karma-jasmine/archive/jasmine-v2.0.0-latest-1.tar.gz",
"karma-phantomjs-launcher": "^0.1.2",
"load-grunt-tasks": "~0.3.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_bpmn-io/boilerplate-node-web-project.git
git@gitee.com:mirrors_bpmn-io/boilerplate-node-web-project.git
mirrors_bpmn-io
boilerplate-node-web-project
boilerplate-node-web-project
master

搜索帮助