package.json 362 B

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