Files
sociology_app/node_modules/tsml/package.json
2024-05-17 18:02:49 +08:00

25 lines
559 B
JSON

{
"name": "tsml",
"version": "1.0.1",
"description": "ES6 template string tag for multi-line cleaning - squash multi-line strings into a single line",
"main": "tsml.js",
"scripts": {
"test": "node ./test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rvagg/tsml.git"
},
"keywords": [
"template",
"templatestring",
"es6"
],
"author": "Rod Vagg <rod@vagg.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rvagg/tsml/issues"
},
"homepage": "https://github.com/rvagg/tsml"
}