package.json 443 B

12345678910111213141516
  1. {
  2. "name": "mws-core",
  3. "version": "0.0.1",
  4. "description": "Core loader for the Modular Web Framework",
  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. "chalk": "^4.1.2",
  13. "figures": "^3.2.0"
  14. },
  15. "publishConfig":{"registry":"https://registry.kairoscope.net"}
  16. }