| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "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.11.0",
- "del": "^2.2.0",
- "font-awesome": "^4.5.0",
- "glob": "^7.0.0",
- "gulp": "^3.9.1",
- "gulp-concat": "^2.6.0",
- "gulp-cssnano": "^2.1.1",
- "gulp-eslint": "^2.0.0",
- "gulp-filter": "^3.0.1",
- "gulp-order": "^1.1.1",
- "gulp-replace": "^0.5.4",
- "gulp-util": "^3.0.7",
- "html-minifier": "^1.1.1",
- "js-yaml": "^3.5.5",
- "merge2": "^1.0.1",
- "ncp": "^2.0.0",
- "through2": "^2.0.1",
- "underscore": "^1.8.3"
- },
- "author": "Gerald <[email protected]>",
- "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"
- }
|