-
- Downloads
Finish dumping implementation
docs/test.xhtml
0 → 100644
... | ... | @@ -7,11 +7,14 @@ |
"doc": "docs" | ||
}, | ||
"dependencies": { | ||
"express": "^4.13.3" | ||
"express": "^4.13.3", | ||
"body-parser": "^1.10.0", | ||
"string.prototype.endswith": "^0.2.0" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node ./index.js" | ||
}, | ||
"author": "Tom Wiesing", | ||
"license": "MIT" | ||
... | ... |
Please register or sign in to comment