| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "violentmonkey",
- "version": "2.5.6",
- "scripts": {
- "prebuild": "gulp clean",
- "build": "gulp build",
- "dev": "gulp watch",
- "i18n": "gulp i18n",
- "lint": "gulp lint",
- "update": "node scripts/update",
- "test": "mocha"
- },
- "description": "Violentmonkey",
- "devDependencies": {
- "cssnano": "^3.10.0",
- "del": "^2.2.0",
- "eslint": "^3.17.1",
- "glob": "^7.0.3",
- "gulp": "^3.9.1",
- "gulp-concat": "^2.6.0",
- "gulp-eslint": "^3.0.1",
- "gulp-filter": "^5.0.0",
- "gulp-postcss": "^6.3.0",
- "gulp-svg-sprite": "^1.2.19",
- "gulp-uglify": "^2.0.0",
- "gulp-util": "^3.0.7",
- "html-minifier": "^3.2.3",
- "js-yaml": "^3.5.5",
- "merge2": "^1.0.2",
- "mocha": "^3.1.2",
- "ncp": "^2.0.0",
- "precss": "^1.4.0",
- "through2": "^2.0.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",
- "dependencies": {
- "codemirror": "^5.23.0",
- "define-commonjs": "^1.1.2",
- "vue": "^2.1.10"
- }
- }
|