babel-plugin-string-minify
Version:
Remove indentation from multiline template strings
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "babel-plugin-string-minify",
"description": "Remove indentation from multiline template strings",
"version": "1.0.4",
"homepage": "https://github.com/MartinKolarik/babel-plugin-dedent/",
"github": "https://github.com/MartinKolarik/babel-plugin-dedent/",
"main": "lib/index.js",
"keywords": [
"template literals",
"template strings",
"dedent",
"deintend",
"indentation",
"es6",
"harmony",
"babel"
],
"author": {
"name": "Martin Kolárik",
"email": "martin@kolarik.sk",
"url": "https://kolarik.me"
},
"license": "MIT",
"devDependencies": {
"chai": "~3.4",
"babel": "~6.0",
"babel-cli": "~6.0",
"babel-preset-es2015": "~6.0",
"jscs": "~1.13",
"jshint": "~2.8",
"mocha": "~2.3",
"shelljs": "~0.5"
},
"scripts": {
"build": "node bin/build.js",
"lint": "jscs src && jshint src",
"test": "npm run lint && node bin/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MartinKolarik/babel-plugin-dedent.git"
},
"bugs": {
"url": "https://github.com/MartinKolarik/babel-plugin-dedent/issues/"
}
}