vue-in-browser
Version:
Compile Vue single-file components in browser on the fly
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "vue-in-browser",
"version": "1.2.5",
"description": "Compile Vue single-file components in browser on the fly",
"main": "index.js",
"scripts": {
"build": "node index.js",
"build:publish": "node index.js && npm publish",
"test": "jest test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MingruiZhang/vue-in-browser.git"
},
"keywords": [
"browserify",
"vue",
"single-file-components"
],
"author": "Mingrui Zhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/MingruiZhang/vue-in-browser/issues"
},
"homepage": "https://github.com/MingruiZhang/vue-in-browser#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.0",
"eslint": "^4.19.1",
"eslint-plugin-vue": "^4.4.0",
"fs": "^0.0.1-security",
"jest": "^22.4.3",
"regenerator-runtime": "^0.11.1",
"uglifyify": "^4.0.5",
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16"
},
"dependencies": {}
}