formations/javascript/base/exercices/linting/package.json

16 lines
274 B
JSON

{
"name": "linting",
"version": "1.0.0",
"description": "",
"main": "bad.js",
"dependencies": {
"jshint": "^2.6.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL"
}