1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "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": {
- "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-rename": "^1.4.0",
- "gulp-sftp-up4": "^0.1.8",
- "gulp-shell": "^0.8.0",
- "gulp-tm-asset-rev": "^0.0.18",
- "gulp-tm-uglify": "3.0.1",
- "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",
- "@o2oa/tidy-jsdoc-o2": "latest"
- }
- }
|