blob: 5eebf91a585c37c32bd3e563d2a863b87a728f1f [file] [log] [blame]
{
"name": "es6-templates",
"version": "0.2.3",
"homepage": "https://github.com/square/es6-templates",
"authors": [
"Brian Donovan <donovan@squareup.com>"
],
"description": "ES6 template strings compiled to ES5.",
"main": "lib/index.js",
"keywords": [
"es6",
"template string",
"string",
"interpolation",
"tagged template"
],
"license": "Apache 2",
"ignore": [
"**/.*",
"node_modules",
"test"
]
}