singlequote
Version:
Transform all doubel quote strings in a piece of JavaScript code to single quoted strings
40 lines (39 loc) • 824 B
JSON
{
"name": "singlequote",
"version": "1.0.0",
"description": "Transform all doubel quote strings in a piece of JavaScript code to single quoted strings",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"JavaScript",
"code",
"double-quote",
"single-quote",
"strings",
"replace",
"reformat"
],
"author": "Allan Ebdrup",
"license": "MIT",
"dependencies": {
"uglify-js": "^2.7"
},
"devDependencies": {
"mocha": "",
"chai": "",
"mocha-jshint": ""
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/Muscula/singlequote.git"
},
"bugs": {
"url": "https://github.com/Muscula/singlequote/issues"
},
"homepage": "https://github.com/Muscula/singlequote#readme"
}