gulp-jscpd
Version:
Gulp plugin for the copy/paste detector jscpd
68 lines (67 loc) • 1.53 kB
JSON
{
"name": "gulp-jscpd",
"version": "0.0.4",
"description": "Gulp plugin for the copy/paste detector jscpd",
"keywords": [
"cpd",
"pmd",
"analyze",
"quality",
"copy",
"paste",
"jscpd",
"gulpplugin"
],
"homepage": "https://github.com/yannickcr/gulp-jscpd",
"main": "./lib/gulp-jscpd.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha test --reporter=spec",
"coverage": "node ./node_modules/mocha/bin/mocha test --require blanket --reporter=html-cov > coverage.html",
"checkstyle": "node ./node_modules/jscs/bin/jscs ."
},
"files": [
"LICENSE",
"README.md",
"lib"
],
"config": {
"blanket": {
"pattern": [
"/lib/gulp-jscpd.js"
]
}
},
"dependencies": {
"gulp-util": "^3.0.4",
"through2": "^1.1.1",
"jscpd": "^0.3.6",
"coffee-script": "^1.9.2"
},
"devDependencies": {
"mocha": "^2.2.4",
"mocha-lcov-reporter": "^0.0.2",
"blanket": "^1.1.6",
"coveralls": "^2.11.2",
"chai": "^2.3.0",
"jscs": "^1.13.1",
"gulp": "^3.8.11",
"gulp-jscs": "^1.6.0"
},
"engines": {
"node": ">=0.10.0"
},
"bugs": {
"url": "https://github.com/yannickcr/gulp-jscpd/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/yannickcr/gulp-jscpd.git"
},
"author": "Yannick Croissant (https://github.com/yannickcr)",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/yannickcr/gulp-jscpd/master/LICENSE"
}
]
}