package.json 387 B

12345678910111213141516171819
  1. {
  2. "name": "NitoJS",
  3. "version": "0.0.1",
  4. "description": "Nito JavaScript Library and Software Development Kit (SDK).",
  5. "main": "index.js",
  6. "authors": {
  7. "name": "HoS",
  8. "email": ""
  9. },
  10. "repository": "/NitoJS",
  11. "scripts": {
  12. "dev": "vuepress dev src",
  13. "build": "vuepress build src"
  14. },
  15. "license": "MIT",
  16. "devDependencies": {
  17. "vuepress": "^1.5.3"
  18. }
  19. }