vv-jsdt
Version:
validate based on vue2
40 lines (39 loc) • 842 B
JSON
{
"name": "vv-jsdt",
"version": "0.0.2",
"description": "validate based on vue2",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/ -d lib/",
"flow": "flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gcyStar/VV.git"
},
"keywords": [
"vv",
"vue"
],
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"flow-bin": "^0.44.0",
"webpack": "^2.3.3"
},
"dependencies": {
"vue": "^2.2.6"
},
"author": "gcy",
"license": "ISC",
"bugs": {
"url": "https://github.com/gcyStar/VV/issues"
},
"homepage": "https://github.com/gcyStar/VV#readme"
}