package.json 334 B

1234567891011121314151617
  1. {
  2. "name": "fourier-ondemand",
  3. "version": "1.0.2b",
  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. },
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "author": "",
  15. "license": "ISC"
  16. }