Browse Source

Added AJV as a project module.

dev
Bryan Miller 6 years ago
parent
commit
8c3803a08d
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +1
    -0
      package.json

+ 1
- 0
.gitignore View File

node_modules/* node_modules/*
app/css/nespaint.css app/css/nespaint.css
npm-debug.log
*.swp *.swp
doc/* doc/*

+ 1
- 0
package.json View File

"author": "Bryan \"ObsidianBlk\" Miller", "author": "Bryan \"ObsidianBlk\" Miller",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"ajv": "^6.10.0",
"chokidar": "^2.1.2", "chokidar": "^2.1.2",
"ejs": "^2.6.1", "ejs": "^2.6.1",
"express": "^4.16.4", "express": "^4.16.4",

Loading…
Cancel
Save