You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
455 B

4 years ago
{
"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"
]
}