Initial commit
parents
Showing
.gitignore
0 → 100644
app.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
| { | |||
| "name": "webresponse", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "dependencies": { | |||
| "body-parser": "^1.19.0", | |||
| "express": "^4.16.4", | |||
| "phantom": "^6.2.0", | |||
| "phantomjs": "^2.1.7", | |||
| "phantomjs-prebuilt": "^2.1.16", | |||
| "q": "^1.5.1" | |||
| } | |||
| } |
Please
register
or
sign in
to comment