1234567891011 |
- {
- "name": "customer-feedback-service",
- "version": "0.1.0",
- "description": "API for receiving contact messages, feedback and bug reports",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "James Peret <james.peret@gmail.com> (http://jamesperet.com)",
- "license": "ISC"
- }
|