{ "name": "vue-codemirror", "version": "3.1.8", "description": "Codemirror component for Vue", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "cross-env NODE_ENV=production browserify -t vueify -e index.js -x vue -s VueCodemirror -o dist/vue-codemirror.js -d && uglifyjs dist/vue-codemirror.js --source-map -o dist/vue-codemirror.min.js" }, "repository": { "type": "git", "url": "https://github.com/surmon-china/vue-codemirror.git" }, "keywords": [ "vue-codemirror", "vue codemirror", "codemirror", "vue" ], "author": { "name": "Surmon", "email": "surmon@foxmail.com", "url": "http://surmon.me" }, "license": "MIT", "bugs": { "url": "https://github.com/surmon-china/vue-codemirror/issues" }, "homepage": "https://github.com/surmon-china/vue-codemirror#readme", "dependencies": { "codemirror": "^5.30.0" }, "devDependencies": { "babel-core": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "browserify": "^14.4.0", "cross-env": "^5.0.0", "uglify-js": "^3.0.15", "vueify": "^8.7.0" } }