30 lines
No EOL
857 B
JSON
30 lines
No EOL
857 B
JSON
{
|
|
"name": "babel-plugin-transform-html-import-to-string",
|
|
"version": "0.0.1",
|
|
"description": "Turn HTML imports into strings",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "babel src --out-dir lib --copy-files",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/yeiniel/babel-plugin-transform-html-import-to-string.git"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin",
|
|
"html",
|
|
"import",
|
|
"string"
|
|
],
|
|
"author": "Yeiniel Suarez Sosa",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/yeiniel/babel-plugin-transform-html-import-to-string/issues"
|
|
},
|
|
"homepage": "https://github.com/yeiniel/babel-plugin-transform-html-import-to-string#readme",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.4.0",
|
|
"babel-preset-es2015": "^6.3.13"
|
|
}
|
|
} |