initial commit

This commit is contained in:
pg
2015-10-16 13:43:20 +02:00
commit c7e0e25400
20 changed files with 792 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "tb-emissions",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.13.3",
"leveldown": "^1.4.1",
"levelgraph": "^1.0.0"
}
}