git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 8830cf8b4bb8ce794ed491d03ab0d96bbb66df8f

update meta information

close #99
Michael Williams committed on 4/29/2016, 6:17:58 AM
Parent: af21ef94947c2173dcf8776b8945d64e93e3402e

Files changed

README.mdchanged
package.jsonchanged
README.mdView
@@ -1,10 +1,14 @@
1-# business-stack
1+# cat-stack
22
33 ** work in progress **
44
5-real-world, production-quality stack for [Craftworks](http://craftworks.enspiral.com)
5+modular framework for data-driven real-time apps
66
7+![cat stack](http://i.imgur.com/v5zw1z3.jpg)
8+
9+made by [Enspiral Craftworks](http://craftworks.enspiral.com)
10+
711 ## resources
812
913 - [thinking in react](https://facebook.github.io/react/docs/thinking-in-react.html)
1014 - [simplest redux example](https://github.com/jackielii/simplest-redux-example/blob/master/index.js)
package.jsonView
@@ -1,6 +1,6 @@
11 {
2- "name": "business-stack",
2+ "name": "cat-stack",
33 "version": "0.0.0",
44 "description": "real-world production-quality TodoMVC example",
55 "scripts": {
66 "knex": "knex",
@@ -10,13 +10,13 @@
1010 "test": "NODE_ENV=test npm-run-all -p test:*",
1111 "test:spec": "ava",
1212 "test:feature": "cucumber-js",
1313 "pg:pull": "docker pull postgres",
14- "pg:run": "docker run -d -p 5432:5432 --name=business-postgres postgres",
15- "pg:start": "docker start business-postgres",
16- "pg:stop": "docker stop business-postgres",
17- "pg:rm": "docker rm business-postgres",
18- "pg:logs": "docker logs business-postgres",
14+ "pg:run": "docker run -d -p 5432:5432 --name=cat-postgres postgres",
15+ "pg:start": "docker start cat-postgres",
16+ "pg:stop": "docker stop cat-postgres",
17+ "pg:rm": "docker rm cat-postgres",
18+ "pg:logs": "docker logs cat-postgres",
1919 "dev:render-browser": "BABEL_ENV=hot watchify app/render -o build/bundle.js -dv -p browserify-hmr",
2020 "dev:render-node": "node-dev render",
2121 "dev:assets": "cpx \"app/assets/**/*\" build -w",
2222 "dev:livereload": "wtch -d build -e html,css,png,gif,jpg | garnish --level debug",
@@ -44,9 +44,9 @@
4444 "babel": "inherit"
4545 },
4646 "repository": {
4747 "type": "git",
48- "url": "git+https://github.com/enspiral-craftworks/business-stack.git"
48+ "url": "git+https://github.com/enspiral-craftworks/cat-stack.git"
4949 },
5050 "keywords": [
5151 "todomvc",
5252 "example",
@@ -62,11 +62,11 @@
6262 ],
6363 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
6464 "license": "ISC",
6565 "bugs": {
66- "url": "https://github.com/enspiral-craftworks/business-stack/issues"
66+ "url": "https://github.com/enspiral-craftworks/cat-stack/issues"
6767 },
68- "homepage": "https://github.com/enspiral-craftworks/business-stack#readme",
68+ "homepage": "https://github.com/enspiral-craftworks/cat-stack#readme",
6969 "engines": {
7070 "node": "^4.0.0",
7171 "npm": "^3.0.0"
7272 },

Built with git-ssb-web