sonar-wrapper
Version:
sonar-wrapper standalone scanner
31 lines (30 loc) • 723 B
JSON
{
"name": "sonar-wrapper",
"version": "0.1.3",
"description": "sonar-wrapper standalone scanner",
"main": "index.js",
"homepage": "https://github.com/llooiicc/sonar-wrapper#readme",
"bugs": {
"url": "https://github.com/llooiicc/sonar-wrapper/issues"
},
"keywords": [
"sonar",
"SonarQube",
"sonar-scanner",
"code quality"
],
"directories": {
"lib": "lib",
"bin": "bin",
"conf": "conf"
},
"scripts": {
"init": "npm install && update",
"postinstall": "node -e \"try{require('fs').symlinkSync('../lib','node_modules/lib','dir')}catch(e){}\""
},
"author": "loic.rondel@gmail.com",
"license": "ISC",
"dependencies": {
"node-rest-client": "^3.1.0"
}
}