package.json 531 B

12345678910111213141516
  1. {
  2. "name": "carmen-castillo-system",
  3. "version": "0.0.2",
  4. "description": "Carmen Castillo Imoveis System, based on the Modular Web System",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "James Peret <james.peret@gmail.com> (http://jamesperet.com/)",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@mws/core": "file:../mws-core/",
  13. "@mws/server": "file:../mws-server/",
  14. "@mws/carmen-castillo-landing-page": "file:../mws-carmen-castillo-landing-page/"
  15. }
  16. }