{ "name": "Violentmonkey", "version": "2.2.6", "scripts": { "clean": "node -e \"require('del')(['dist'])\"", "dev": "gulp build && gulp watch", "i18n": "gulp i18n", "eslint": "gulp eslint", "update": "node scripts/updateLib", "version": "gulp build" }, "description": "Violentmonkey", "devDependencies": { "codemirror": "^5.14.2", "del": "^2.2.0", "font-awesome": "^4.6.1", "glob": "^7.0.3", "gulp": "^3.9.1", "gulp-concat": "^2.6.0", "gulp-cssnano": "^2.1.2", "gulp-eslint": "^2.0.0", "gulp-filter": "^4.0.0", "gulp-order": "^1.1.1", "gulp-replace": "^0.5.4", "gulp-util": "^3.0.7", "html-minifier": "^2.1.0", "js-yaml": "^3.5.5", "merge2": "^1.0.2", "ncp": "^2.0.0", "through2": "^2.0.1", "underscore": "^1.8.3" }, "author": "Gerald ", "repository": { "type": "git", "url": "https://github.com/violentmonkey/violentmonkey.git" }, "bugs": { "url": "https://github.com/violentmonkey/violentmonkey/issues" }, "homepage": "https://github.com/violentmonkey/violentmonkey", "license": "MIT" }