qoe-pps
Version:
this is a qoe project of pps
23 lines (22 loc) • 423 B
JSON
{
"name": "qoe-pps",
"version": "1.0.0",
"description": "this is a qoe project of pps",
"main": "dist/qoe.js",
"keywords": [
"qoe"
],
"scripts": {
"test": "test",
"build": "webpack --config webpack.config.js"
},
"author": "xingguiyang",
"license": "ISC",
"devDependencies": {
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"usertiming": "^0.1.8"
}
}