package.json 431 B

12345678910111213
  1. {
  2. "name": "@mws/carmen-castillo-landing-page",
  3. "version": "0.0.1",
  4. "description": "A landing page for the Carmen Castillo Imoveis project",
  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. "mws_module": true,
  12. "publishConfig":{"registry":"https://registry.kairoscope.net"}
  13. }