{ "name": "hero", "version": "1.0.0", "description": "Herojski prvi TypeScript projekt", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./bin/www", "dev": "set NODE_ENV=development & nodemon ./bin/www", "grunt": "grunt" }, "author": "Matjaž Mešnjak", "license": "ISC", "dependencies": { "body-parser": "^1.15.2", "cookie-parser": "^1.4.3", "errorhandler": "^1.5.0", "express": "^4.14.0", "method-override": "^2.3.7", "morgan": "^1.7.0", "pug": "^2.0.0-rc.3", "redis": "^2.8.0" }, "devDependencies": { "@types/body-parser": "0.0.33", "@types/cookie-parser": "^1.3.30", "@types/errorhandler": "0.0.30", "@types/method-override": "0.0.29", "@types/morgan": "^1.7.32", "@types/redis": "^2.6.0", "grunt": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-ts": "^6.0.0-beta.6", "nodemon": "^1.11.0", "typescript": "^2.1.4" } }