53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "cppcheck-web",
|
|
"version": "0.1.4",
|
|
"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.1.1",
|
|
"csslint": "~0.9.10",
|
|
"jshint": "~2.1.11",
|
|
"shelljs": "~0.2.6",
|
|
"uglify-js": "~2.4.0"
|
|
},
|
|
"jshintConfig": {
|
|
"bitwise": true,
|
|
"boss": true,
|
|
"browser": false,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"indent": 4,
|
|
"latedef": true,
|
|
"multistr": true,
|
|
"noarg": true,
|
|
"node": true,
|
|
"noempty": true,
|
|
"plusplus": false,
|
|
"quotmark": "double",
|
|
"regexp": true,
|
|
"shelljs": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
"unused": true
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
}
|