UNPKG

mobileoa-common-modules

Version:

移动办公平台前端公共功能模块

55 lines (54 loc) 1.42 kB
{ "name": "mobileoa-common-modules", "version": "1.12.2", "description": "移动办公平台前端公共功能模块", "main": "release/index.js", "static": [ "release/index.css", "release/images/**/*" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "gulp build" }, "repository": { "type": "git", "url": "git@git.s.com:mobileoa-1-x/mobileoa-core.git" }, "browser": { "mobileoa-common-modules.tpls": "./dist/partials/partials.js" }, "author": "sinolz", "license": "ISC", "devDependencies": { "browserify": "^13.0.1", "camel-case": "^3.0.0", "del": "^2.2.1", "gulp": "^3.9.1", "gulp-clean-css": "^2.0.12", "gulp-concat": "^2.6.0", "gulp-footer": "^1.0.5", "gulp-header": "^1.8.7", "gulp-ng-annotate": "^2.0.0", "gulp-ng-html2js": "^0.2.2", "gulp-rename": "^1.2.2", "gulp-sass": "^2.3.2", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.4", "gulp-util": "^3.0.7", "install": "^0.8.1", "node-sass": "^3.8.0", "npm": "^3.10.5", "rollup": "^0.34.1", "rollup-plugin-commonjs": "^3.3.0", "rollup-plugin-node-resolve": "^1.7.1", "run-sequence": "^1.2.2", "through2": "^2.0.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" }, "dependencies": { "mobileoa-vendors": "^1.0.0", "mobileoa-core": "^1.0.0" } }