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.
25 lines
661 B
25 lines
661 B
|
3 years ago
|
{
|
||
|
|
"name": "http-vue-loader",
|
||
|
|
"version": "1.4.2",
|
||
|
|
"description": "Load .vue files directly from your html/js. No node.js environment, no build step.",
|
||
|
|
"main": "./src/httpVueLoader.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/FranckFreiburger/http-vue-loader.git"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"http",
|
||
|
|
"vue",
|
||
|
|
"loader"
|
||
|
|
],
|
||
|
|
"author": "Franck Freiburger",
|
||
|
|
"license": "MIT",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/FranckFreiburger/http-vue-loader/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/FranckFreiburger/http-vue-loader#readme"
|
||
|
|
}
|