123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "o2oa_web",
- "version": "1.1.7",
- "description": "a javascript library",
- "main": "o2.js",
- "scripts": {
- "build": "gulp",
- "test": "karma start source/x_test/karma.FindDesigner.js --auto-watch"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/huqi1980/o2oa_client_web.git"
- },
- "keywords": [
- "oa",
- "office",
- "workflow",
- "process",
- "cms",
- "bpm",
- "portal"
- ],
- "author": "Tommy-O2OA",
- "license": "AGPL-3.0",
- "bugs": {
- "url": "https://github.com/huqi1980/o2oa_client_web/issues"
- },
- "homepage": "https://github.com/huqi1980/o2oa_client_web#readme",
- "devDependencies": {
- "@o2oa/language-tools": "^1.0.15",
- "@o2oa/tidy-jsdoc-o2": "latest",
- "glob": "^10.3.10",
- "gulp": "^4.0.0",
- "gulp-changed": "^3.2.0",
- "gulp-cli": "^2.3.0",
- "gulp-concat": "^2.6.1",
- "gulp-deleted": "^1.0.0",
- "gulp-ftp": "^1.1.0",
- "gulp-git": "^2.10.1",
- "gulp-if": "^2.0.2",
- "gulp-o2oa-asset-rev": "^0.0.19",
- "gulp-rename": "^1.4.0",
- "gulp-sftp-up4": "^0.1.8",
- "gulp-shell": "^0.8.0",
- "gulp-sourcemaps": "^3.0.0",
- "gulp-tm-uglify": "3.0.1",
- "gulp-terser": "^2.1.0",
- "gulp-uglify-es": "^2.0.0",
- "jasmine-core": "^3.6.0",
- "jsdoc": "^3.6.6",
- "karma": "^5.2.3",
- "karma-chrome-launcher": "^3.1.0",
- "karma-coverage": "^2.0.3",
- "karma-ie-launcher": "^1.0.0",
- "karma-jasmine": "^4.0.1",
- "merge-stream": "^1.0.1",
- "minimist": "^1.2.0",
- "readline-sync": "^1.4.10"
- }
- }
|