1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-03-07 08:35:25 +00:00

Added all files

This commit is contained in:
2015-06-24 11:18:57 -05:00
parent 4c1ff3628c
commit a2c44e494f
2633 changed files with 459257 additions and 0 deletions

19
node_modules/mongoose/node_modules/mongodb/wercker.yml generated vendored Normal file
View File

@@ -0,0 +1,19 @@
box: wercker/nodejs
services:
- wercker/mongodb@1.0.1
# Build definition
build:
# The steps that will be executed on build
steps:
# A step that executes `npm install` command
- npm-install
# A step that executes `npm test` command
- npm-test
# A custom script step, name value is used in the UI
# and the code value contains the command that get executed
- script:
name: echo nodejs information
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"