rocambole-linebreak
Version:
helpers for rocambole AST line break manipulation
35 lines (34 loc) • 875 B
JSON
{
"name": "rocambole-linebreak",
"version": "1.0.2",
"description": "helpers for rocambole AST line break manipulation",
"main": "rocambole-linebreak.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/millermedeiros/rocambole-linebreak.git"
},
"keywords": [
"rocambole",
"ast",
"esformatter",
"linebreak"
],
"author": "Miller Medeiros <contact@millermedeiros.com> (http://millermedeiros.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/millermedeiros/rocambole-linebreak/issues"
},
"homepage": "https://github.com/millermedeiros/rocambole-linebreak",
"jshintConfig": {
"node": true,
"eqnull": true
},
"dependencies": {
"debug": "^2.1.3",
"rocambole-token": "^1.2.1",
"semver": "^4.3.1"
}
}