multiline-tag
Version:
Tags for template strings making them behave like coffee multiline strings
42 lines (41 loc) • 954 B
JSON
{
"name": "multiline-tag",
"version": "1.0.1",
"description": "Tags for template strings making them behave like coffee multiline strings",
"main": "./index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -u bdd -R nyan -t 500 --recursive",
"watch": "mocha -u bdd -R nyan -t 500 --recursive --watch"
},
"repository": {
"type": "git",
"url": "git://github.com/endrin/multiline-tag.git"
},
"keywords": [
"es6-tag",
"string",
"template",
"multiline",
"heredoc"
],
"author": {
"name": "endrin",
"email": "yon.drin@gmail.com",
"url": "http://github.com/endrin"
},
"license": {
"type": "WTFPL",
"url": "http://www.wtfpl.net/txt/copying/"
},
"bugs": {
"url": "https://github.com/endrin/multiline-tag/issues"
},
"homepage": "https://github.com/endrin/multiline-tag",
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5"
}
}