1 Star 0 Fork 0

Charley/todo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "todomvc-swarm",
"version": "0.0.1",
"description": "Example React+Swarm TodoMVC app.",
"main": "dist/TodoApp.app.js",
"dependencies": {
"compression": "^1.1.0",
"express": "^4.6.1",
"express-react-views": "^0.5.0",
"browserify-shim": "~3.2.0",
"minimist": "^1.1.0",
"node-jsx": "^0.11.0",
"react": "^0.11.0",
"react-tools": "^0.11.0",
"swarm": "^0.3.25",
"ws": "^0.4.31"
},
"devDependencies": {
"browserify": "^2.36.0",
"envify": "~1.2.0",
"minifyify": "^4.4.0",
"reactify": "~0.4.0",
"statics": "~0.1.0"
},
"files": [
"css/*.css",
"css/*png",
"model/*.js",
"view/*.jsx",
"view/index.html",
"TodoApp.js",
"TodoAppServer.js",
"TodoRouter.js",
"README.md",
"LICENSE",
"Makefile",
"fake_auth_init.js",
"todo.appcache",
"run.sh"
],
"scripts": {
"prestart": "make all",
"start": "node TodoAppServer.js",
"preuninstall": "make clean"
},
"author": "Bill Fisher, Andrew Popp and finally Victor Grishchenko",
"license": "Apache 2",
"browserify": {
"transform": [
"reactify",
"envify",
"browserify-shim"
]
},
"browserify-shim": {
"react": "global:React"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CharleyG/todo.git
git@gitee.com:CharleyG/todo.git
CharleyG
todo
todo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385