package.json 303 B

12345678910111213141516
  1. {
  2. "name": "fourier-ondemand",
  3. "version": "1.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "express": "^4.16.2",
  8. "fourier-common": "file:../common/"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "author": "",
  14. "license": "ISC"
  15. }