{ "name": "cppcheck-web", "version": "0.1.2", "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", "readmeFilename": "Readme.md", "scripts": { "check": "node run-tests", "lint": "node run-tests" }, "dependencies": { "clean-css": "~1.0.12", "csslint": "~0.9.10", "jshint": "~2.1.5", "shelljs": "~0.1.4", "uglify-js": "~2.3.6" }, "engines": { "node": "~0.8.0" } }