first commit

This commit is contained in:
2025-08-11 23:49:58 +08:00
commit 0b8fb61130
38 changed files with 20122 additions and 0 deletions

34
package.json Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "pandora",
"version": "2.0.0",
"description": "Pandora.Js专为新手优化的JavaScript插件属性多样、功能丰富足以满足大部分功能需求。",
"main": "Pandora.js",
"scripts": {
"test": "webpack --config webpack.test.config.js --progress",
"release": "npm run pack && babel Pandora.min.js --out-file Pandora.min.js && gulp minify --silent",
"upload": "gulp upload --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": "*",
"ftp": "*"
},
"devDependencies": {
"webpack-cli": "*",
"babel-cli": "*"
}
}