added jbrowse
app.js
0 → 100644
bin/www
0 → 100755
init.sh
0 → 100644
lib/gen_sizes.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "bionanoconverter", | ||
"version": "0.0.0", | ||
"private": true, | ||
"scripts": { | ||
"start": "node ./bin/www" | ||
}, | ||
"dependencies": { | ||
"body-parser": "~1.13.2", | ||
"cookie-parser": "~1.3.5", | ||
"debug": "~2.2.0", | ||
"express": "~4.13.1", | ||
"jade": "~1.11.0", | ||
"morgan": "~1.6.1", | ||
"serve-favicon": "~2.3.0" | ||
} | ||
} |
public/.gitignore
0 → 100644
public/jbrowse.sh
0 → 100644
public/stylesheets/style.css
0 → 100644
routes/index.js
0 → 100644
routes/users.js
0 → 100644
run.sh
0 → 100755
views/error.jade
0 → 100644
views/helloworld.jade
0 → 100644
views/index.jade
0 → 100644
views/layout.jade
0 → 100644
Please register or sign in to comment