Files
Pandora/package.json
2025-08-13 18:05:03 +08:00

32 lines
872 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "pandora",
"version": "2.0.0",
"description": "Pandora.Js专为新手优化的JavaScript插件属性多样、功能丰富足以满足大部分功能需求。",
"main": "Pandora.js",
"scripts": {
"release": "npm run pack && babel Pandora.min.js --out-file Pandora.min.js && gulp minify --silent",
"pack": "webpack --config webpack.config.js --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuentao/Pandora.js.git"
},
"author": "Yuantao",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuentao/Pandora.js/issues"
},
"homepage": "https://www.pandorajs.com",
"dependencies": {
"gulp": "*",
"webpack": "*",
"gulp-uglify": "*",
"gulp-header": "*",
"gulp-chinese2unicode": "*"
},
"devDependencies": {
"webpack-cli": "*",
"babel-cli": "*"
}
}