heredoc
Version:
multiline strings for javascript
35 lines (34 loc) • 772 B
JSON
{
"name": "heredoc",
"version": "1.3.1",
"description": "multiline strings for javascript",
"main": "index.js",
"scripts": {
"test": "standard && mocha",
"test-browser": "echo open http://localhost:5000/test/runner.html && oceanify serve"
},
"repository": {
"type": "git",
"url": "git://github.com/jden/heredoc.git"
},
"keywords": [
"multiline",
"string",
"heredoc",
"literal"
],
"author": "jden <jason@denizac.org>",
"contributors": [
"jden <jason@denizac.org>",
"Jake Chen <jakeplus@gmail.com>"
],
"license": "ISC",
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "~2.2.5",
"oceanifier": "~3.0.1",
"opener": "^1.4.1",
"should": "~6.0.3",
"standard": "^4.0.1"
}
}