Skip to content

Commit

Permalink
Merge branch 'master' of github.com:moul/tapas
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Feb 20, 2013
2 parents d241386 + 4480bc7 commit 0cb25b6
Show file tree
Hide file tree
Showing 8 changed files with 14,798 additions and 14 deletions.
4 changes: 3 additions & 1 deletion lib/defaultConfig.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{ {
"name": "tapas", "name": "tapas",
"version": "0.0.6", "version": "0.1.1",
"description": "Preconfigured Express environment with multiple modules and helpers", "description": "Preconfigured Express environment with multiple modules and helpers",
"main": "index", "main": "index",
"dependencies": { "dependencies": {
Expand Down Expand Up @@ -53,6 +53,16 @@
"api" "api"
], ],
"homepage": "https://github.com/moul/tapas", "homepage": "https://github.com/moul/tapas",
"author": "Manfred Touron <m@42.am>", "author": {
"license": "MIT" "name": "Manfred Touron",
"email": "m@42.am"
},
"license": "MIT",
"readme": "Tapas\n=====\n\nPreconfigured Express environment with multiple modules and helpers.\n\n```bash\nnpm install tapas\n```\n",
"readmeFilename": "README.md",
"_id": "tapas@0.0.6",
"dist": {
"shasum": "3bffaee42c29ad761d2e05eef1d6a14d95cce156"
},
"_from": "tapas@git://github.com/moul/tapas.git"
} }

0 comments on commit 0cb25b6

Please sign in to comment.