coffeelint-prefer-double-quotes
Version:
A custom coffeelint rule to prefer double quotes
41 lines (40 loc) • 1.12 kB
JSON
{
"name": "coffeelint-prefer-double-quotes",
"version": "0.1.0",
"description": "A custom coffeelint rule to prefer double quotes",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test/*.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/polleverywhere/coffeelint-prefer-double-quotes.git"
},
"keywords": [
"coffeelint",
"lint",
"coffeelintrule",
"double-quotes"
],
"author": "Paul Cortens; forked from Yohei Okada <yohei.states@akane.waseda.jp>",
"license": "MIT",
"bugs": {
"url": "https://github.com/polleverywhere/coffeelint-prefer-double-quotes/issues"
},
"homepage": "https://github.com/polleverywhere/coffeelint-prefer-double-quotes",
"peerDependencies": {
"coffeelint": "^1"
},
"devDependencies": {
"coffee-script": "~1.7.0",
"coffeelint": "1.5.1",
"mocha": "1.9.0",
"mocha-phantomjs": "2.0.1",
"chai": "1.6.0",
"gulp": "3.6.2",
"gulp-coffee": "^1.4.3",
"gulp-mocha": "^0.4.1",
"gulp-mocha-phantomjs": "^0.2.2",
"gulp-bump": "^0.1.8"
}
}