43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "emulator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"devDependencies": {
|
|
"eslint": "^5.16.0",
|
|
"eslint-loader": "^2.1.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-browserify": "^0.5.1",
|
|
"gulp-clean-css": "^4.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-javascript-obfuscator": "^1.1.5",
|
|
"gulp-jshint": "^2.1.0",
|
|
"gulp-minify-css": "^1.2.4",
|
|
"gulp-module-wrapper": "^0.3.8",
|
|
"gulp-notify": "^3.2.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-require-tasks": "^1.2.1",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-strip-debug": "^3.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-uglify-es": "^1.0.4",
|
|
"gulp-util": "^3.0.8",
|
|
"jshint": "^2.10.1",
|
|
"path": "^0.12.7"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build_fc_lib": "webpack --config tasks/fc2.webpack.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.kingsome.cn:weapp/emulator.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"protobufjs": "^6.8.8"
|
|
}
|
|
}
|