{ "name": "km-galerie", "version": "1.0.0", "description": "KM Galerie Website", "main": "index.js", "scripts": { "dev": "nodemon ./index.js --ignore db.json --ignore public --watch 'templates/*' --watch index.js --ext liquid", "server": "node ./index.js", "build": "node ./build.sh", "sync": "bash ./sync.sh" }, "author": "Jules and Markus", "dependencies": { "okcms": "git+ssh://git@ghghgh.us/~/okcms.git" }, "license": "UNLICENSED", "devDependencies": { "grunt": "^1.3.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-uglify": "^0.9.1", "nodemon": "^2.0.7" } }