{ "name": "cppcheck-web", "version": "0.2.0", "author": "XhmikosR (https://github.com/XhmikosR)", "description": "The dependencies to build cppcheck's website", "homepage": "https://github.com/danmar/cppcheck", "repository": { "type": "git", "url": "https://github.com/danmar/cppcheck.git" }, "bugs": { "url": "http://sourceforge.net/apps/trac/cppcheck/wiki" }, "license": "GPLv3", "main": "make.js", "scripts": { "lint": "node run-tests" }, "dependencies": { "clean-css": "~2.1.6", "csslint": "~0.10.0", "jshint": "~2.4.4", "shelljs": "~0.2.6", "uglify-js": "~2.4.13" }, "jshintConfig": { "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "indent": 4, "latedef": true, "noarg": true, "node": true, "noempty": true, "quotmark": "double", "shelljs": true, "strict": true, "trailing": true, "undef": true, "unused": true }, "engines": { "node": ">=0.8.0" } }