smart-column-indenter
Version:
A smart source code indenter that indent the code into columns
42 lines (41 loc) • 1.26 kB
JSON
{
"version": "0.0.1-dev.20180331",
"name": "smart-column-indenter",
"description": "A smart source code indenter that indent the code into columns",
"keywords": [
"indent",
"indenter",
"indentation",
"table",
"column"
],
"homepage": "https://github.com/lmcarreiro/smart-column-indenter",
"author": "Leonardo Machado Carreiro <leonardo.mcarreiro@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/lmcarreiro/smart-column-indenter"
},
"bugs": {
"url": "https://github.com/lmcarreiro/smart-column-indenter/issues"
},
"main": "index.js",
"dependencies": {
"@types/lodash.intersection": "^4.4.3",
"lodash.intersection": "^4.4.0",
"multiple-lcs": "0.0.1-dev.20171115.2",
"typescript": "2.7.0-dev.20171118"
},
"devDependencies": {
"@types/node": "latest",
"@types/request": "latest",
"@types/mocha": "latest",
"request": "latest",
"mocha": "latest"
},
"scripts": {
"prepack": "npm run test",
"start": "npm run build && node test/main.js",
"test": "npm run build && mocha",
"build": "tsc -p tsconfig.json"
}
}